[
https://issues.apache.org/jira/browse/AMBARI-8922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14259121#comment-14259121
]
Hudson commented on AMBARI-8922:
--------------------------------
ABORTED: Integrated in Ambari-trunk-Commit #1342 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1342/])
AMBARI-8922. Hive start fails on deploying from blueprint.(vbrodetskyi)
(vbrodetskyi:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=df1fc174952a4d72073b6ed2c5541050bb1edeaf)
*
ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
> Hive start fails on deploying from blueprint
> --------------------------------------------
>
> Key: AMBARI-8922
> URL: https://issues.apache.org/jira/browse/AMBARI-8922
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Vitaly Brodetskyi
> Assignee: Vitaly Brodetskyi
> Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: AMBARI-8922.patch
>
>
> 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}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)