Эх сурвалжийг харах

[core] Set version to 2.4

Romain Rigaux 12 жил өмнө
parent
commit
b6e6263034

+ 2 - 1
README.rst

@@ -15,7 +15,8 @@ applications. It features:
       * Oozie App for submitting and scheduling workflows and bundles
       * Oozie App for submitting and scheduling workflows and bundles
       * Pig App for submitting Pig scripts
       * Pig App for submitting Pig scripts
       * Table Browser for accessing Hive metadata
       * Table Browser for accessing Hive metadata
-      * JobBrowser for viewing MapReduce jobs
+      * Search app for querying Solr and Solr Cloud
+      * JobBrowser for accessing MapReduce jobs (MR1/MR2-YARN)
       * A Pig/HBase/Sqoop2 shell
       * A Pig/HBase/Sqoop2 shell
 
 
 On top of that, a SDK is available for creating new apps integrated with Hadoop.
 On top of that, a SDK is available for creating new apps integrated with Hadoop.

+ 1 - 1
VERSION

@@ -17,4 +17,4 @@
 # This file should be the one source of truth for for versions within HUE.
 # This file should be the one source of truth for for versions within HUE.
 # It is at least included by each of the default hue app's setup.py.
 # It is at least included by each of the default hue app's setup.py.
 
 
-VERSION="2.3.0"
+VERSION="2.4.0"

+ 1 - 1
apps/beeswax/java/pom.xml

@@ -24,7 +24,7 @@
     <groupId>com.cloudera.hue</groupId>
     <groupId>com.cloudera.hue</groupId>
     <artifactId>hue-parent</artifactId>
     <artifactId>hue-parent</artifactId>
     <relativePath>../../../maven/pom.xml</relativePath>
     <relativePath>../../../maven/pom.xml</relativePath>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.4.0-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <groupId>com.cloudera.hue</groupId>
   <groupId>com.cloudera.hue</groupId>

+ 1 - 1
desktop/libs/hadoop/credentials-merger/pom.xml

@@ -24,7 +24,7 @@
     <groupId>com.cloudera.hue</groupId>
     <groupId>com.cloudera.hue</groupId>
     <artifactId>hue-parent</artifactId>
     <artifactId>hue-parent</artifactId>
     <relativePath>../../../../maven/pom.xml</relativePath>
     <relativePath>../../../../maven/pom.xml</relativePath>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.4.0-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <groupId>com.cloudera.hue</groupId>
   <groupId>com.cloudera.hue</groupId>

+ 1 - 1
desktop/libs/hadoop/java/pom.xml

@@ -24,7 +24,7 @@
     <groupId>com.cloudera.hue</groupId>
     <groupId>com.cloudera.hue</groupId>
     <artifactId>hue-parent</artifactId>
     <artifactId>hue-parent</artifactId>
     <relativePath>../../../../maven/pom.xml</relativePath>
     <relativePath>../../../../maven/pom.xml</relativePath>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.4.0-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <groupId>com.cloudera.hue</groupId>
   <groupId>com.cloudera.hue</groupId>

+ 1 - 1
desktop/libs/hadoop/setup.py

@@ -18,7 +18,7 @@ from setuptools import setup, find_packages
 
 
 setup(
 setup(
       name = "hadoop",
       name = "hadoop",
-      version = "2.3.0",
+      version = "2.4.0",
       url = 'http://github.com/cloudera/hue',
       url = 'http://github.com/cloudera/hue',
       description = "Hadoop Libraries",
       description = "Hadoop Libraries",
       # Note that we're cheating by installing gen-py
       # Note that we're cheating by installing gen-py

+ 1 - 1
desktop/libs/hadoop/sudo-shell/pom.xml

@@ -24,7 +24,7 @@
     <groupId>com.cloudera.hue</groupId>
     <groupId>com.cloudera.hue</groupId>
     <artifactId>hue-parent</artifactId>
     <artifactId>hue-parent</artifactId>
     <relativePath>../../../../maven/pom.xml</relativePath>
     <relativePath>../../../../maven/pom.xml</relativePath>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.4.0-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <groupId>com.cloudera.hue</groupId>
   <groupId>com.cloudera.hue</groupId>

+ 1 - 1
desktop/libs/liboozie/setup.py

@@ -18,7 +18,7 @@ from setuptools import setup, find_packages
 
 
 setup(
 setup(
       name = "liboozie",
       name = "liboozie",
-      version = "2.3.0",
+      version = "2.4.0",
       url = 'http://github.com/cloudera/hue',
       url = 'http://github.com/cloudera/hue',
       description = "Oozie Libraries",
       description = "Oozie Libraries",
       packages = find_packages('src'),
       packages = find_packages('src'),

+ 3 - 3
maven/pom.xml

@@ -27,7 +27,7 @@
 
 
   <groupId>com.cloudera.hue</groupId>
   <groupId>com.cloudera.hue</groupId>
   <artifactId>hue-parent</artifactId>
   <artifactId>hue-parent</artifactId>
-  <version>2.3.0-SNAPSHOT</version>
+  <version>2.4.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <packaging>pom</packaging>
 
 
   <name>Hue Maven Parent POM</name>
   <name>Hue Maven Parent POM</name>
@@ -42,8 +42,8 @@
   </licenses>
   </licenses>
 
 
   <properties>
   <properties>
-    <hadoop.version>2.0.0-mr1-cdh4.2.0-SNAPSHOT</hadoop.version>
-    <hive.version>0.10.0-cdh4.2.0-SNAPSHOT</hive.version>
+    <hadoop.version>2.0.0-mr1-cdh4.3.0-SNAPSHOT</hadoop.version>
+    <hive.version>0.10.0-cdh4.3.0-SNAPSHOT</hive.version>
     <slf4j.version>1.6.1</slf4j.version>
     <slf4j.version>1.6.1</slf4j.version>
     <commons-logging.version>1.0.4</commons-logging.version>
     <commons-logging.version>1.0.4</commons-logging.version>
     <javaVersion>1.6</javaVersion>
     <javaVersion>1.6</javaVersion>