1
0
Selaa lähdekoodia

Setting version 0.23.0

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.0@1196987 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy 13 vuotta sitten
vanhempi
commit
d229ee7367

+ 1 - 1
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/v2/MiniMRYarnCluster.java

@@ -44,7 +44,7 @@ import org.apache.hadoop.yarn.service.Service;
 public class MiniMRYarnCluster extends MiniYARNCluster {
 
   public static final String HADOOP_MAPREDUCE_CLIENT_APP_JAR_NAME =
-  "hadoop-mapreduce-client-app-0.23.0-SNAPSHOT.jar";
+  "hadoop-mapreduce-client-app-0.23.0.jar";
   
   public static final String YARN_MAPREDUCE_APP_JAR_PATH =
   "$YARN_HOME/modules/" + HADOOP_MAPREDUCE_CLIENT_APP_JAR_NAME;

+ 1 - 1
hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/src/test/java/org/apache/hadoop/yarn/applications/distributedshell/TestDistributedShell.java

@@ -36,7 +36,7 @@ public class TestDistributedShell {
   protected static MiniYARNCluster yarnCluster = null;
   protected static Configuration conf = new Configuration();
 
-  protected static String APPMASTER_JAR = "../hadoop-yarn-applications-distributedshell/target/hadoop-yarn-applications-distributedshell-0.23.0-SNAPSHOT.jar";
+  protected static String APPMASTER_JAR = "../hadoop-yarn-applications-distributedshell/target/hadoop-yarn-applications-distributedshell-0.23.0.jar";
 
   @BeforeClass
   public static void setup() throws InterruptedException, IOException {

+ 2 - 2
hadoop-mapreduce-project/ivy/libraries.properties

@@ -81,5 +81,5 @@ wagon-http.version=1.0-beta-2
 xmlenc.version=0.52
 xerces.version=1.4.4
 
-yarn.version=0.23.0-SNAPSHOT
-hadoop-mapreduce.version=0.23.0-SNAPSHOT
+yarn.version=0.23.0
+hadoop-mapreduce.version=0.23.0