Repository: ambari Updated Branches: refs/heads/trunk 6598c9bdf -> 699a42f44
AMBARI-6425 Clean 2.1.GlusterFS mount point defaults (Scott Creeley via eboyd) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/699a42f4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/699a42f4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/699a42f4 Branch: refs/heads/trunk Commit: 699a42f4408474e1f9eae60cf75a85b1d1e9eecb Parents: 6598c9b Author: Erin A Boyd <[email protected]> Authored: Tue Jul 8 15:22:12 2014 -0600 Committer: Erin A Boyd <[email protected]> Committed: Tue Jul 8 15:22:12 2014 -0600 ---------------------------------------------------------------------- .../2.1.GlusterFS/services/TEZ/configuration/tez-site.xml | 2 +- .../services/WEBHCAT/configuration/webhcat-site.xml | 8 ++++---- .../2.1.GlusterFS/services/YARN/configuration/yarn-site.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/699a42f4/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml index 1c56da4..42c101c 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml @@ -21,7 +21,7 @@ <property> <name>tez.lib.uris</name> - <value>hdfs:///apps/tez/,hdfs:///apps/tez/lib/</value> + <value>glusterfs:///apps/tez/,glusterfs:///apps/tez/lib/</value> <description>The location of the Tez libraries which will be localized for DAGs</description> </property> http://git-wip-us.apache.org/repos/asf/ambari/blob/699a42f4/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/WEBHCAT/configuration/webhcat-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/WEBHCAT/configuration/webhcat-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/WEBHCAT/configuration/webhcat-site.xml index 2cb0809..7c10202 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/WEBHCAT/configuration/webhcat-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/WEBHCAT/configuration/webhcat-site.xml @@ -56,7 +56,7 @@ limitations under the License. <property> <name>templeton.pig.archive</name> - <value>hdfs:///apps/webhcat/pig.tar.gz</value> + <value>glusterfs:///apps/webhcat/pig.tar.gz</value> <description>The path to the Pig archive.</description> </property> @@ -74,7 +74,7 @@ limitations under the License. <property> <name>templeton.hive.archive</name> - <value>hdfs:///apps/webhcat/hive.tar.gz</value> + <value>glusterfs:///apps/webhcat/hive.tar.gz</value> <description>The path to the Hive archive.</description> </property> @@ -124,8 +124,8 @@ limitations under the License. <property> <name>templeton.streaming.jar</name> - <value>hdfs:///apps/webhcat/hadoop-streaming.jar</value> - <description>The hdfs path to the Hadoop streaming jar file.</description> + <value>glusterfs:///apps/webhcat/hadoop-streaming.jar</value> + <description>The glusterfs path to the Hadoop streaming jar file.</description> </property> <property> http://git-wip-us.apache.org/repos/asf/ambari/blob/699a42f4/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration/yarn-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration/yarn-site.xml index 53ffd06..e6ffe31 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration/yarn-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration/yarn-site.xml @@ -365,7 +365,7 @@ <property> <name>yarn.timeline-service.leveldb-timeline-store.path</name> - <value>/var/log/hadoop-yarn/timeline</value> + <value>/mnt/glusterfs/hadoop/yarn/timeline</value> <description> Store file name for leveldb timeline store </description>
