You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by sm...@apache.org on 2014/05/08 00:33:42 UTC

svn commit: r1593150 - in /incubator/slider/trunk: slider-assembly/pom.xml src/test/clusters/remote/README.md

Author: smohanty
Date: Wed May  7 22:33:42 2014
New Revision: 1593150

URL: http://svn.apache.org/r1593150
Log:
SLIDER 32. slider-agent.tar.gz is not getting included in the slider package

Modified:
    incubator/slider/trunk/slider-assembly/pom.xml
    incubator/slider/trunk/src/test/clusters/remote/README.md

Modified: incubator/slider/trunk/slider-assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/slider/trunk/slider-assembly/pom.xml?rev=1593150&r1=1593149&r2=1593150&view=diff
==============================================================================
--- incubator/slider/trunk/slider-assembly/pom.xml (original)
+++ incubator/slider/trunk/slider-assembly/pom.xml Wed May  7 22:33:42 2014
@@ -55,29 +55,6 @@
         </executions>
       </plugin>
       
-      <!-- assemble the tar file -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>${maven-assembly-plugin.version}</version>
-        <configuration>
-          <tarLongFileMode>gnu</tarLongFileMode>
-          <descriptors>
-            <descriptor>src/assembly/slider-bin.xml</descriptor>
-          </descriptors>
-            <finalName>slider-${project.version}</finalName>
-        </configuration>
-        <executions>
-          <execution>
-            <id>make-assembly</id>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-
       <!-- pull in all dependencies -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -184,6 +161,30 @@
           </execution>
         </executions>
       </plugin>
+
+      <!-- assemble the tar file -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>${maven-assembly-plugin.version}</version>
+        <configuration>
+          <tarLongFileMode>gnu</tarLongFileMode>
+          <descriptors>
+            <descriptor>src/assembly/slider-bin.xml</descriptor>
+          </descriptors>
+          <finalName>slider-${project.version}</finalName>
+        </configuration>
+        <executions>
+          <execution>
+            <id>make-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
     </plugins>
     
     

Modified: incubator/slider/trunk/src/test/clusters/remote/README.md
URL: http://svn.apache.org/viewvc/incubator/slider/trunk/src/test/clusters/remote/README.md?rev=1593150&r1=1593149&r2=1593150&view=diff
==============================================================================
--- incubator/slider/trunk/src/test/clusters/remote/README.md (original)
+++ incubator/slider/trunk/src/test/clusters/remote/README.md Wed May  7 22:33:42 2014
@@ -24,7 +24,7 @@ Edit config file src/test/clusters/remot
 
 Ensure that the user, running the test, is present on the cluster against which you are running the tests. The user must be a member of the hadoop group.
 
-E.g. adduser **testuser** -d /home/**testuser** -g hadoop -m
+E.g. adduser **testuser** -d /home/**testuser** -G hadoop -m
 
 **HDFS Setup**
 
@@ -43,8 +43,8 @@ Set up agent package and config
 *  su **testuser**
 *  hdfs dfs -mkdir /slider/agent
 *  hdfs dfs -mkdir /slider/agent/conf
-*  hdfs dfs -copyFromLocal <share>/slider-agent-0.23.0-SNAPSHOT.tar.gz /slider/agent
-*  hdfs dfs -copyFromLocal <share>agent.ini /slider/agent/conf
+*  hdfs dfs -copyFromLocal <share>/slider-agent.tar.gz /slider/agent
+*  hdfs dfs -copyFromLocal <share>/agent.ini /slider/agent/conf
 
 Add app packages