Support Questions

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

how to disable the download button in hue interface?

avatar
Rising Star

how to disable the download button in hue interface?  I've tried to edit the hue.ini but it is not taking effect.

2 ACCEPTED SOLUTIONS

avatar
Master Collaborator

@Mondi 

You can set the below Hue configuration in CM 

Hue Service → Configuration → Service-Wide → Advanced → Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini and add the following:

[desktop]
enable_download=false

And then restart Hue.

 

View solution in original post

avatar
Master Collaborator

@Mondi 

You cannot disable the download option in Hue per user. A more plausible way to not allow any specific path download would be to simply deny the user permission to read or write to the HDFS directory itself.

View solution in original post

4 REPLIES 4

avatar
Master Collaborator

@Mondi 

You can set the below Hue configuration in CM 

Hue Service → Configuration → Service-Wide → Advanced → Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini and add the following:

[desktop]
enable_download=false

And then restart Hue.

 

avatar
Rising Star

hi @paras thanks for this. big help! also just want to have a follow up question, can I disable the download button for specific user or groups only?

avatar
Master Collaborator

@Mondi 

You cannot disable the download option in Hue per user. A more plausible way to not allow any specific path download would be to simply deny the user permission to read or write to the HDFS directory itself.

avatar
Rising Star

Okay @paras this is noted. thanks for help!