-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22700/
-----------------------------------------------------------
(Updated June 18, 2014, 12:10 p.m.)
Review request for Ambari, Andrew Onischuk and Dmytro Sen.
Bugs: AMBARI-6174
https://issues.apache.org/jira/browse/AMBARI-6174
Repository: ambari
Description
-------
templeton.hadoop.queue.name is not set for Linux install
Diffs
-----
ambari-agent/src/main/python/resource_management/core/shell.py e6644f4
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive.py
1c65439
Diff: https://reviews.apache.org/r/22700/diff/
Testing
-------
API result:
{
"href" :
"https://192.168.56.101:8443/api/v1/stacks2/HDP/versions/2.1/stackServices/WEBHCAT/configurations/templeton.hadoop.queue.name",
"StackConfigurations" : {
"property_description" : "MapReduce queue name where WebHCat map-only jobs
will be submitted to. Can be used to avoid a deadlock where all map slots in
the cluster are taken over by Templeton launcher tasks.",
"property_name" : "templeton.hadoop.queue.name",
"property_value" : "default",
"service_name" : "WEBHCAT",
"stack_name" : "HDP",
"stack_version" : "2.1",
"type" : "webhcat-site.xml"
}
}
Build result:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:58.716s
[INFO] Finished at: Tue Jun 17 15:48:32 PDT 2014
[INFO] Final Memory: 41M/159M
[INFO] ------------------------------------------------------------------------
Thanks,
Artem Baranchuk