AMBARI-2763. Ozzie does not work with local FS user. HDPLocal. (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/e7ca070b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/e7ca070b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/e7ca070b Branch: refs/heads/trunk Commit: e7ca070bcf38da55b1302f87d4da3a4e3d485ef6 Parents: 8cfc706 Author: Siddharth Wagle <[email protected]> Authored: Mon Jul 29 17:05:44 2013 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Mon Jul 29 17:05:44 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/e7ca070b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.3/services/MAPREDUCE2/configuration/mapred-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.3/services/MAPREDUCE2/configuration/mapred-site.xml b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.3/services/MAPREDUCE2/configuration/mapred-site.xml index 7ac882d..44052cc 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.3/services/MAPREDUCE2/configuration/mapred-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPLocal/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>
