Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Create hdfs user directory using Cloudera Manager API

avatar

I'm trying to find a way to create hdfs directory using Cloudera Manager API (python) and grant appropriate ownership and permissions.

 

I don't find anything useful besides create_hdfs_tmp(),create_hbase_root() and so on...

 

I need to create /hbase/lib directory.

 

Thanks

1 ACCEPTED SOLUTION

avatar

Hi Gregory,

 

You should use the HDFS client to accomplish this, or some other HDFS interface / API.

 

For a graphical interface, Hue can help you with sort of task as well.

 

Thanks,

Darren

View solution in original post

1 REPLY 1

avatar

Hi Gregory,

 

You should use the HDFS client to accomplish this, or some other HDFS interface / API.

 

For a graphical interface, Hue can help you with sort of task as well.

 

Thanks,

Darren