- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Create hdfs user directory using Cloudera Manager API
- Labels:
-
Apache HBase
-
Cloudera Manager
-
HDFS
Created on ‎07-16-2014 06:31 AM - edited ‎09-16-2022 02:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎07-16-2014 11:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎07-16-2014 11:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
