Member since
10-08-2019
2
Posts
1
Kudos Received
0
Solutions
04-05-2020
03:10 AM
What you need to do is to create a soft link to hdfs-site.xml file, in Nifi's conf directory, so Nifi can find the details about the HDFS configuration: On each Nifi node: ln -s /etc/hadoop/conf/hdfs-site.xml /etc/nifi/conf/hdfs-site.xml
... View more
10-08-2019
06:29 AM
1 Kudo
I've installed the latest Hue 4.5 and integrated with HDP 3 both for default HiveServer2 and LLAP connections on beeswax section and have defined the interpreters in the hue-ini file as follows:
[[[llap]]] name=LLAP interface=hiveserver2
[[[hive]]] name=Hive interface=hiveserver2
However on the Hue UI, depending on which session is initiated first, when switching to the other editor, the hive mode or connection doesn't change. So if LLAP is initiated first through opening an LLAP editor, when switching to the Hive editor, the execution mode is still LLAP and queries are run using the LLAP queue. Even if I forcefully close and recreate the session on the UI the result is still the same.
I've also configured the following properties under beeswax:
[beeswax]
max_number_of_sessions = 2
close_queries=true
I'm running both HiveServer2 and LLAP in HA mode.
... View more
Labels:
- Labels:
-
Apache Hive
-
Cloudera Hue