Hi,
I installed HDP 2.1 by Ambari 1.6.1, but Hive service2 started failed by following reason,
====
2014-12-09 15:12:18,831 – Error while executing command ‘start':
Traceback (most recent call last):
File “/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py”, line 111, in execute
method(env)
File “/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_server.py”, line 45, in start
action = ‘start’
File “/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_service.py”, line 89, in hive_service
raise Fail(“Connection to Hive server %s on port %s failed after %d seconds” % (address, port, elapsed_time))
Fail: Connection to Hive server hdp.cssi.iii.org.tw on port 10000 failed after 120 seconds
====
I tired to change port 10000 to 10001 on params.py by “http://hortonworks.com/community/forums/topic/restart-of-hiveserver2-fails/” said, but it still cannot work, please help me if you have any idea, thanks very much