Hi,
I'm trying to install Hive on a remote serve using Ambari installation tool. I'm using Ambari 2.2 and installed HDP 2.3.0 with the following components:
- kafka
- hive
- hadoop
- ambari metrics
- trez
- zookeeper
- hbase
I got the following error with check Hive:
stderr: /var/lib/ambari-agent/data/errors-64.txt
Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/service_check.py", line 106, in <module>
HiveServiceCheck().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 219, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/service_check.py", line 97, in service_check
(params.hostname, params.hive_server_port, elapsed_time))
resource_management.core.exceptions.Fail: Connection to Hive server spark01.nor1solutions.com on port 10000 failed after 295 seconds stderr: /var/lib/ambari-agent/data/errors-64.txt
All ports on the remote server are open. When I use
netstat -tupln | grep -i listen | grep -i 10000
There was no process listening on that port. I've retried the installation and the same error happened again.
Can anyone help on how to fix it?
Thanks,