- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Unable to Find API for Creating Ranger Plugin Audit Directory HBase
Created 04-10-2025 12:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to create a Ranger plugin audit directory on HBase programmatically using an API. However, I couldn't find any relevant API or documentation that explains how to achieve this.
Created 04-15-2025 05:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @tejan08
Thank you for reaching out to community
I did not find the exact API for this but you can have a look at the below API it will prepare all the new services
On CM UI >> Support >> API Explorer and the below API's
POST/clusters/{clusterName}/commands/firstRun
Created 04-16-2025 07:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @upadhyayk04
As the API was not found in API explorer so, I did some testing and found out this
POST/clusters/{clusterName}/services/commands/RangerPluginCreateAuditDir
Created 04-10-2025 08:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@tejan08 Welcome to the Cloudera Community!
To help you get the best possible solution, I have tagged our HBase experts @aquilodran @pajoshi @Anandh_S who may be able to assist you further.
Please keep us updated on your post, and we hope you find a satisfactory solution to your query.
Regards,
Diana Torres,Community Moderator
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:
Created 04-15-2025 05:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @tejan08
Thank you for reaching out to community
I did not find the exact API for this but you can have a look at the below API it will prepare all the new services
On CM UI >> Support >> API Explorer and the below API's
POST/clusters/{clusterName}/commands/firstRun
Created 04-16-2025 07:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @upadhyayk04
As the API was not found in API explorer so, I did some testing and found out this
POST/clusters/{clusterName}/services/commands/RangerPluginCreateAuditDir
