- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
how to disable the download button in hue interface?
- Labels:
-
Cloudera Hue
Created ‎05-19-2020 04:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Okay @paras this is noted. thanks for help!
