You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by go...@apache.org on 2015/11/05 03:41:47 UTC

incubator-slider git commit: SLIDER-937 undoing the change to slider-client.xml

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 29785f20c -> 1e93e91ad


SLIDER-937 undoing the change to slider-client.xml


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/1e93e91a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/1e93e91a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/1e93e91a

Branch: refs/heads/develop
Commit: 1e93e91ad290d765c31e48bc850df77ae10e025e
Parents: 29785f2
Author: Gour Saha <go...@apache.org>
Authored: Wed Nov 4 18:19:40 2015 -0800
Committer: Gour Saha <go...@apache.org>
Committed: Wed Nov 4 18:19:40 2015 -0800

----------------------------------------------------------------------
 src/test/clusters/remote/slider/slider-client.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/1e93e91a/src/test/clusters/remote/slider/slider-client.xml
----------------------------------------------------------------------
diff --git a/src/test/clusters/remote/slider/slider-client.xml b/src/test/clusters/remote/slider/slider-client.xml
index d77ccab..41dc32e 100644
--- a/src/test/clusters/remote/slider/slider-client.xml
+++ b/src/test/clusters/remote/slider/slider-client.xml
@@ -23,11 +23,6 @@
 <configuration>
 
   <property>
-    <name>HADOOP_CONF_DIR</name>
-    <value>/Users/jmaron/dev/workspaces/slider-asf/incubator-slider/src/test/clusters/remote/conf</value>
-  </property>
-<!--
-  <property>
     <name>yarn.application.classpath</name>
     <value>
       /etc/hadoop/conf,/usr/lib/hadoop/*,/usr/lib/hadoop/lib/*,/usr/lib/hadoop-hdfs/*,/usr/lib/hadoop-hdfs/lib/*,/usr/lib/hadoop-yarn/*,/usr/lib/hadoop-yarn/lib/*,/usr/lib/hadoop-mapreduce/*,/usr/lib/hadoop-mapreduce/lib/*
@@ -81,5 +76,5 @@
     <name>slider.test.agent.tar</name>
     <value>hdfs://c6401.ambari.apache.org:8020/slider/agent/slider-agent.tar.gz</value>
   </property>
--->
+
 </configuration>