Hue configurations in CDP Runtime
Cloudera Manager exposes properties that allow you to insert custom configuration text into XML configuration, property, and text files, or into an environment. The configuration snippet mechanism is intended for use in cases where there is a configuration setting that is not exposed as a configuration property in the Cloudera Manager web interface. Configuration snippets generally override normal configuration. You can configure custom properties for Hue by specifying them in the Advanced Configuration Snippet (Safety valve) field in Cloudera Manager.
Parameter | Description |
---|---|
|
Used to add or remove applications, such as the File Browser, Impala, Hive, Oozie, and so on from the blocked list of applications. |
|
Used to configure the duration of a user session. The ttl
property determines the length of time that the cookie with the user's session ID
lives before expiring. After the ttl setting is reached, the user's
session expires whether it is active or not.The default setting for
|
|
Used to display or hide the Queries tab on the
Job Browser page. By default, the value of the
enable_queries_list property is set to true . To
hide the Queries tab, set the value to
false . |
|
Used to enable the S3 File Browser for Hue without IDBroker. |
|
Used to enable the S3 File Browser for Hue with IDBroker. |
|
Used to enable the ABFS File Browser for Hue without IDBroker. |
|
Used to enable the ABFS File Browser for Hue with IDBroker. |
|
(Optional) Used to set a specific home directory path for your S3 bucket. |
|
Used to enable or disable file upload. Valid values: true and
false . |
|
Used to enable or disable file download. Valid values: true
and false . |
|
Used to enable or disable the downloading of results. Valid values:
true and false . |
|
Logs out users after the specified time of inactivity in seconds. For example, 600 seconds. |
Contact Cloudera Support if you are required to use a configuration snippet that is not explicitly documented.