All Apps and Add-ons

what permissions are needed for hadoop connect app for a user role?

jhaggard_splunk
Splunk Employee
Splunk Employee

When installing hadoop connect and assigning a user to "hc_admin" role I get the error "Unknown search command 'hdfs'" when trying to run the command (I know it's not a "complete" command, just trying to make sure it finds the command.)

| hdfs

If I add the capability of "admin_all_objects" to the hc_admin role then it starts to work and tells me missing directives which is expected since the command is not fully built.

Question is how do I do grant the proper permissions for this role without granting "admin_all_objects"?

Thanks!

Tags (1)
0 Karma

rdagan_splunk
Splunk Employee
Splunk Employee

By default I see ' user ' + 3 capabilities

[root@localhost default]# pwd
/opt/splunk/etc/apps/HadoopConnect/default
[root@localhost default]# more authorize.conf
[capability::hc_read]
[capability::hc_write]

[role_hc_admin]
importRoles = user
hc_read = enabled
hc_write = enabled
schedule_search = enabled

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...