Created 01-28-2016 06:53 PM
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:
I got the following error with check Hive:
stderr: /var/lib/ambari-agent/data/errors-64.txtTraceback (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,
Created 01-28-2016 08:38 PM
@Jade Liu can you run tracert to spark01 server, if its an option also disable firewall and try again. It's hard to tell but you may be denying that server.
Created 01-29-2016 12:05 AM