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