Hue configurations in Cloudera Data Warehouse
You can customize the settings for Hue at a Vitrual Warehouse level by specifying the configurations in the hue-safety-valve field in the Cloudera Data Warehouse (CDW) UI.
The following table lists the safety valve parameters supported by Hue in Cloudera Data
Warehouse:
Parameter | Description |
---|---|
[notebook] [[interpreters]] [[[hive]]] name=Hive interface=hiveserver2 [[[hplsql]]] name=Hplsql interface=hiveserver2 |
Used to activate and enable switching between Hive and HPL/SQL interpreters for your queries. |
[[desktop]] app_blacklist |
Used to add or remove applications, such as the File Browser, Impala, Hive, Oozie, and so on from the blocked list of applications. |
[desktop] [[session]] ttl=[***NUMBER-OF-SECONDS***] |
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
|
[jobbrowser] enable_queries_list=true |
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 . |