-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29430/
-----------------------------------------------------------
Review request for Ambari and Andrew Onischuk.
Bugs: AMBARI-8922
https://issues.apache.org/jira/browse/AMBARI-8922
Repository: ambari
Description
-------
ambari-server --hash: 600f1afcd9f2f4f70c20e005a0f6b748214e15c8
- Blueprints: attached.
- Install and Start will abort.
- Login to UI and hit Start All Services.
Error:
{code}
2014-12-24 00:55:52,535 - Error while executing command 'start':
Traceback (most recent call last):
File
"/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
line 152, in execute
method(env)
File
"/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server.py",
line 54, in start
rolling_restart=rolling_restart )
File
"/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_service.py",
line 94, 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 blueprint2-2.c.pramod-thangali.internal on port
10000 failed after 123 seconds
{code}
Commands to install cluster:
{code}
curl -u admin:admin -H "X-Requested-By: ambari" -i -X POST -d @blueprint.json
http://localhost:8080/api/v1/blueprints/blueprint-singlenode-default
curl -u admin:admin -H "X-Requested-By: ambari" -i -X POST -d @hosts.json
http://localhost:8080/api/v1/clusters/c1
{code}
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
1c72f70
Diff: https://reviews.apache.org/r/29430/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi