Questions tagged [hiveserver2]

23 questions
0
votes
1 answer

ZooKeeper node /hiveserver2 is not ready yet. Sleeping for 10 sec(s)

I was installing a Hive on Ambari. But hive metastore is working well. only hiveserver2 isn't working. the following error occurred: *** stderr: /var/lib/ambari-agent/data/errors-362.txt** Traceback (most recent call last): File…
0
votes
2 answers

Could not open connection to the HS2 server

I'm trying to connect to hive-server in my docker container with the command beeline -u jdbc:hive2://localhost:10000, but i get the erros: root@hive_server:/opt# beeline -u jdbc:hive2://localhost:10000 SLF4J: Class path contains multiple SLF4J…
0
votes
1 answer

PyHive unable to fetch logs from HiveServer2 when running in async mode

I am running into a strange issue with PyHive running a Hive query in async mode. Internally, PyHive uses Thrift client to execute the query and to fetch logs (along with execution status). I am unable to fetch the logs of Hive query (map/reduce…
satish
  • 246
  • 2
  • 9
0
votes
0 answers

beeline spark thrift server issue

I was trying to access spark sql through jdbc but facing some error. I am trying to run beeline ! /usr/lib/spark/bin/beeline -u 'jdbc:hive2://host:10016/default;transportMode=binary' -e '' 2>&1| awk '{print}'|grep -i -e 'Connection refused' -e…
0
votes
1 answer

Hiveserver2 not starting - caught exception: ZooKeeper node /hiveserver2 is not ready yet

I have setup a 3-node ambari cluster (3 VMs running CentOS 7), with hive just one of the services. All the other services have started, along with the hive clients on all the hosts and the hive metastore. However, starting the hiveserver2 fails. The…
Hamza E. Khan
  • 23
  • 2
  • 10
0
votes
1 answer

Reverse proxy for thrift hiveservers running in a kubernetes cluster

I have a requirement to run multiple hiveservers as pods on a kubernetes cluster, each serving users belonging to different AD groups. These hiveservers need to be exposed outside of kubernetes cluster, but each hiveserver cannot be exposed as a…
0
votes
1 answer

How to Find Connection Details to HiveServer2 for Tableau Visualization

I am working from the Hue Editor (https://demo.gethue.com/hue/accounts/login?next=/) and I want to connect to Tableau for visualizations. However, there is no place within the GUI where I can simply copy and paste connection details. How can I find…
swagless_monk
  • 441
  • 6
  • 21
0
votes
2 answers

No mr job execution info in beeline

In beeline, I could not see the job execution info (like job progress), I have already set the following properties in hive-site.xml. Could anyone help to figure out how to diagnose such issues ? How can I check whether hive server2 take the correct…
zjffdu
  • 25,496
  • 45
  • 109
  • 159
1
2