Created 05-19-2020 04:02 AM
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!