Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
05-19-2020
04:02 AM
- last edited on
04-21-2026
04:29 AM
by
GrazittiAPI
how to disable the download button in hue interface? I've tried to edit the hue.ini but it is not taking effect.
Created 05-26-2020 04:58 AM
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.
Created 05-26-2020 09:08 PM
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.
Created 05-26-2020 04:58 AM
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.
Created 05-26-2020 07:05 PM
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?
Created 05-26-2020 09:08 PM
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.
Created 05-26-2020 09:39 PM
Okay @paras this is noted. thanks for help!