- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Adding Impala to HUE
Created on ‎10-26-2018 01:25 PM - edited ‎09-16-2022 06:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I added Impala as a service after the installation of CDH6
Impala via commandline on the box works but it doesn't work in HUE
I followed the instructions per the documents and
and from here
According to @Romainr I need to add the following to the HUE.ini
[[[impala]]] name=Impala interface=hiveserver2
Every time I add something to
Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini
and try to restart the service the service refuses to start
am I not putting the condition in the right place or in the right format?
It suppose to be a simple change from None to Impala and it should work
Created ‎10-29-2018 12:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ‎10-29-2018 12:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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"}'
