Repository: incubator-lens Updated Branches: refs/heads/master b0edfb964 -> aaf39befc
LENS-628 : Bump version in master to 2.3 Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/aaf39bef Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/aaf39bef Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/aaf39bef Branch: refs/heads/master Commit: aaf39befcb2094ec0172aa1b1293416e99839ffc Parents: b0edfb9 Author: jdhok <[email protected]> Authored: Tue Jun 23 17:19:32 2015 +0530 Committer: jdhok <[email protected]> Committed: Tue Jun 23 17:19:32 2015 +0530 ---------------------------------------------------------------------- checkstyle/pom.xml | 2 +- lens-api/pom.xml | 2 +- lens-cli/pom.xml | 2 +- lens-client/pom.xml | 2 +- lens-cube/pom.xml | 2 +- lens-dist/pom.xml | 2 +- lens-docker/lens-test/Dockerfile | 2 +- lens-docker/lens-test/lens-bootstrap.sh | 2 +- lens-driver-hive/pom.xml | 2 +- lens-driver-jdbc/pom.xml | 2 +- lens-examples/pom.xml | 2 +- lens-ml-dist/pom.xml | 2 +- lens-ml-lib/pom.xml | 2 +- lens-query-lib/pom.xml | 2 +- lens-regression/pom.xml | 2 +- lens-server-api/pom.xml | 2 +- lens-server/pom.xml | 2 +- lens-storage-db/pom.xml | 2 +- pom.xml | 6 +++--- tools/conf-pseudo-distr/server/hivedriver-site.xml | 2 +- 20 files changed, 22 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 9bbbe6c..013e391 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.lens</groupId> <artifactId>checkstyle</artifactId> <name>Lens Checkstyle Rules</name> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> <build> <plugins> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-api/pom.xml ---------------------------------------------------------------------- diff --git a/lens-api/pom.xml b/lens-api/pom.xml index 184f8a8..66c0380 100644 --- a/lens-api/pom.xml +++ b/lens-api/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <artifactId>lens-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-cli/pom.xml ---------------------------------------------------------------------- diff --git a/lens-cli/pom.xml b/lens-cli/pom.xml index 7b98523..d6dba49 100644 --- a/lens-cli/pom.xml +++ b/lens-cli/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-client/pom.xml ---------------------------------------------------------------------- diff --git a/lens-client/pom.xml b/lens-client/pom.xml index 540c203..6c1ae8f 100644 --- a/lens-client/pom.xml +++ b/lens-client/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <artifactId>lens-client</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-cube/pom.xml ---------------------------------------------------------------------- diff --git a/lens-cube/pom.xml b/lens-cube/pom.xml index 47601c1..ea110af 100644 --- a/lens-cube/pom.xml +++ b/lens-cube/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <artifactId>lens-cube</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-dist/pom.xml ---------------------------------------------------------------------- diff --git a/lens-dist/pom.xml b/lens-dist/pom.xml index 8581362..ab9c87a 100644 --- a/lens-dist/pom.xml +++ b/lens-dist/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <artifactId>lens-dist</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-docker/lens-test/Dockerfile ---------------------------------------------------------------------- diff --git a/lens-docker/lens-test/Dockerfile b/lens-docker/lens-test/Dockerfile index ae9561d..46252f1 100644 --- a/lens-docker/lens-test/Dockerfile +++ b/lens-docker/lens-test/Dockerfile @@ -24,7 +24,7 @@ RUN mv spark-1.3.0-bin-hadoop2.4 /usr/local ENV SPARK_HOME /usr/local/spark-1.3.0-bin-hadoop2.4 RUN rm spark-1.3.0-bin-hadoop2.4.tar -ENV LENS_VERSION 2.2.0-beta-incubating-SNAPSHOT +ENV LENS_VERSION 2.3.0-beta-incubating-SNAPSHOT ENV BASEDIR /opt/lens ENV LENS_HOME $BASEDIR/lens-dist/target/apache-lens-${LENS_VERSION}-bin/apache-lens-${LENS_VERSION}-bin/server ENV LENS_CLIENT $BASEDIR/lens-dist/target/apache-lens-${LENS_VERSION}-bin/apache-lens-${LENS_VERSION}-bin/client http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-docker/lens-test/lens-bootstrap.sh ---------------------------------------------------------------------- diff --git a/lens-docker/lens-test/lens-bootstrap.sh b/lens-docker/lens-test/lens-bootstrap.sh index d4b4788..bdc5e2c 100644 --- a/lens-docker/lens-test/lens-bootstrap.sh +++ b/lens-docker/lens-test/lens-bootstrap.sh @@ -32,7 +32,7 @@ SPARK_YARN_JAR=$SPARK_HOME/lib/spark-assembly-1.3.0-hadoop2.4.0.jar export SPARK_YARN_JAR echo "SPARK_YARN_JAR " $SPARK_YARN_JAR -HIVE_AUX_JARS_PATH=$LENS_ML/lib/lens-ml-lib-2.2.0-beta-incubating-SNAPSHOT.jar,$SPARK_YARN_JAR +HIVE_AUX_JARS_PATH=$LENS_ML/lib/lens-ml-lib-2.3.0-beta-incubating-SNAPSHOT.jar,$SPARK_YARN_JAR export HIVE_AUX_JARS_PATH echo "HIVE_AUX_JARS_PATH " $HIVE_AUX_JARS_PATH http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-driver-hive/pom.xml ---------------------------------------------------------------------- diff --git a/lens-driver-hive/pom.xml b/lens-driver-hive/pom.xml index d156d0c..e3d3aad 100644 --- a/lens-driver-hive/pom.xml +++ b/lens-driver-hive/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-driver-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/lens-driver-jdbc/pom.xml b/lens-driver-jdbc/pom.xml index 615410b..0515941 100644 --- a/lens-driver-jdbc/pom.xml +++ b/lens-driver-jdbc/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <artifactId>lens-driver-jdbc</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-examples/pom.xml ---------------------------------------------------------------------- diff --git a/lens-examples/pom.xml b/lens-examples/pom.xml index aae70a4..1406e98 100644 --- a/lens-examples/pom.xml +++ b/lens-examples/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <artifactId>lens-examples</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-ml-dist/pom.xml ---------------------------------------------------------------------- diff --git a/lens-ml-dist/pom.xml b/lens-ml-dist/pom.xml index 26be98d..0ed1130 100644 --- a/lens-ml-dist/pom.xml +++ b/lens-ml-dist/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <artifactId>lens-ml-dist</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-ml-lib/pom.xml ---------------------------------------------------------------------- diff --git a/lens-ml-lib/pom.xml b/lens-ml-lib/pom.xml index 63d72da..f8f2b85 100644 --- a/lens-ml-lib/pom.xml +++ b/lens-ml-lib/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-query-lib/pom.xml ---------------------------------------------------------------------- diff --git a/lens-query-lib/pom.xml b/lens-query-lib/pom.xml index 05c42b0..454df63 100644 --- a/lens-query-lib/pom.xml +++ b/lens-query-lib/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <artifactId>lens-query-lib</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-regression/pom.xml ---------------------------------------------------------------------- diff --git a/lens-regression/pom.xml b/lens-regression/pom.xml index 59d1284..dd97637 100644 --- a/lens-regression/pom.xml +++ b/lens-regression/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <artifactId>lens-regression</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-server-api/pom.xml ---------------------------------------------------------------------- diff --git a/lens-server-api/pom.xml b/lens-server-api/pom.xml index 45ea8e4..26ac763 100644 --- a/lens-server-api/pom.xml +++ b/lens-server-api/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <artifactId>lens-server-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-server/pom.xml ---------------------------------------------------------------------- diff --git a/lens-server/pom.xml b/lens-server/pom.xml index bb12e00..f9a16cb 100644 --- a/lens-server/pom.xml +++ b/lens-server/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/lens-storage-db/pom.xml ---------------------------------------------------------------------- diff --git a/lens-storage-db/pom.xml b/lens-storage-db/pom.xml index baca606..f875222 100644 --- a/lens-storage-db/pom.xml +++ b/lens-storage-db/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </parent> <artifactId>lens-storage-db</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ec782af..15d683b 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ <groupId>org.apache.lens</groupId> <artifactId>apache-lens</artifactId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> <name>Lens</name> <packaging>pom</packaging> <description>Unified Analytics Platform</description> @@ -570,7 +570,7 @@ <dependency> <groupId>org.apache.lens</groupId> <artifactId>checkstyle</artifactId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </dependency> </dependencies> <executions> @@ -1313,7 +1313,7 @@ <dependency> <groupId>org.apache.lens</groupId> <artifactId>checkstyle</artifactId> - <version>2.2.0-beta-incubating-SNAPSHOT</version> + <version>2.3.0-beta-incubating-SNAPSHOT</version> </dependency> </dependencies> <executions> http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/aaf39bef/tools/conf-pseudo-distr/server/hivedriver-site.xml ---------------------------------------------------------------------- diff --git a/tools/conf-pseudo-distr/server/hivedriver-site.xml b/tools/conf-pseudo-distr/server/hivedriver-site.xml index 955982a..67daeeb 100644 --- a/tools/conf-pseudo-distr/server/hivedriver-site.xml +++ b/tools/conf-pseudo-distr/server/hivedriver-site.xml @@ -52,6 +52,6 @@ </property> <property> <name>hive.aux.jars.path</name> - <value>file:///opt/lens/lens-ml-dist/target/apache-lens-2.2.0-beta-incubating-SNAPSHOT-ml/lib/lens-ml-lib-2.2.0-beta-incubating-SNAPSHOT.jar,file:///usr/local/spark-1.3.0-bin-hadoop2.4/lib/spark-assembly-1.3.0-hadoop2.4.0.jar</value> + <value>file:///opt/lens/lens-ml-dist/target/apache-lens-2.3.0-beta-incubating-SNAPSHOT-ml/lib/lens-ml-lib-2.3.0-beta-incubating-SNAPSHOT.jar,file:///usr/local/spark-1.3.0-bin-hadoop2.4/lib/spark-assembly-1.3.0-hadoop2.4.0.jar</value> </property> </configuration>
