Updated Branches: refs/heads/trunk ce5fba55a -> e7ca070bc
AMBARI-2763. Ozzie does not work with local FS user. (swagle) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/8cfc7068 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/8cfc7068 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/8cfc7068 Branch: refs/heads/trunk Commit: 8cfc7068040117f17d97f56eb1addd706b5a2273 Parents: ce5fba5 Author: Siddharth Wagle <[email protected]> Authored: Mon Jul 29 17:02:52 2013 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Mon Jul 29 17:02:52 2013 -0700 ---------------------------------------------------------------------- .../2.0.3/services/MAPREDUCE2/configuration/mapred-site.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/8cfc7068/ambari-server/src/main/resources/stacks/HDP/2.0.3/services/MAPREDUCE2/configuration/mapred-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.3/services/MAPREDUCE2/configuration/mapred-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.3/services/MAPREDUCE2/configuration/mapred-site.xml index 7ac882d..44052cc 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.3/services/MAPREDUCE2/configuration/mapred-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.3/services/MAPREDUCE2/configuration/mapred-site.xml @@ -297,4 +297,12 @@ <description>No description</description> </property> +<property> + <name>yarn.app.mapreduce.am.staging-dir</name> + <value>/user</value> + <description> + The staging dir used while submitting jobs. + </description> +</property> + </configuration>
