-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18129/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-4680
https://issues.apache.org/jira/browse/AMBARI-4680
Repository: ambari
Description
-------
{code}
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line
148, in __init__
self.env.run()
File
"/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
line 149, in run
self.run_action(resource, action)
File
"/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
line 115, in run_action
provider_action()
File
"/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py",
line 238, in action_run
raise ex
Fail: Execution of 'mkdir -p /tmp/HDP-artifacts/ ; curl -kf --retry 10
http://ambari-sec-1392361169-others-2-re-1.cs1cloud.internal:8080/resources//ojdbc6.jar
-o /usr/share/java/ojdbc6.jar && cp /usr/share/java/ojdbc6.jar
/usr/lib/hive/lib//ojdbc6.jar' returned 127. /etc/profile: line 31: id: command
not found
/bin/bash: curl: command not found
stdout: /var/lib/ambari-agent/data/output-130.txt
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py",
line 148, in __init__
self.env.run()
File
"/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
line 149, in run
self.run_action(resource, action)
File
"/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
line 115, in run_action
provider_action()
File
"/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py",
line 238, in action_run
raise ex
Fail: Execution of 'mkdir -p /tmp/HDP-artifacts/ ; curl -kf --retry 10
http://ambari-sec-1392361169-others-2-re-1.cs1cloud.internal:8080/resources//ojdbc6.jar
-o /usr/share/java/ojdbc6.jar && cp /usr/share/java/ojdbc6.jar
/usr/lib/hive/lib//ojdbc6.jar' returned 127. /etc/profile: line 31: id: command
not found
/bin/bash: curl: command not found
{code}
Looks like its saying curl command not found. Could be possible its not in the
path?
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/hive.py
940f8c3
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive.py
bb1c065
ambari-server/src/test/python/stacks/1.3.2/HIVE/test_hive_metastore.py
c970cc8
ambari-server/src/test/python/stacks/1.3.2/HIVE/test_hive_server.py 45b7a0a
ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_metastore.py
c08a260
ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py 071d108
ambari-server/src/test/resources/stacks/HDP/2.0.7/services/HIVE/package/scripts/hive.py
b37ebb2
Diff: https://reviews.apache.org/r/18129/diff/
Testing
-------
Thanks,
Andrew Onischuk