Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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