Created on 09-18-2018 03:38 PM - edited 09-16-2022 06:43 AM
On CMS 6 (playing around with it )
and I configured HUE but Hive is not available
The only option is
Created 10-29-2018 11:42 AM
I had to customize
Hue Server Advanced Configuration Snippet (Safety Valve) for hue_safety_valve_server.ini
to add back the base functionality
[notebook]
[[interpreters]]
[[[hive]]]
name=Hive
interface=hiveserver2
[[[impala]]]
name=Impala
interface=hiveserver2
[[[presto]]]
name=Presto
interface=jdbc
options='{"url": "jdbc:presto://ta-pci-prod-presto-master01.tripactions.local:8889/ta", "driver": "com.facebook.presto.jdbc.PrestoDriver"}'
Created 09-18-2018 05:20 PM
Created 10-26-2018 03:19 PM
sure
I should be able to see both Hive and HUE on this drop down
see attached
and yes it is activated
Created 10-29-2018 11:42 AM
I had to customize
Hue Server Advanced Configuration Snippet (Safety Valve) for hue_safety_valve_server.ini
to add back the base functionality
[notebook]
[[interpreters]]
[[[hive]]]
name=Hive
interface=hiveserver2
[[[impala]]]
name=Impala
interface=hiveserver2
[[[presto]]]
name=Presto
interface=jdbc
options='{"url": "jdbc:presto://ta-pci-prod-presto-master01.tripactions.local:8889/ta", "driver": "com.facebook.presto.jdbc.PrestoDriver"}'