You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by ra...@apache.org on 2016/09/24 02:50:05 UTC

lens git commit: LENS-1338: Update current-release-line version to 2.6.1 in all poms and configs

Repository: lens
Updated Branches:
  refs/heads/current-release-line 3e64eeace -> 8a71940d5


LENS-1338: Update current-release-line version to 2.6.1 in all poms and configs


Project: http://git-wip-us.apache.org/repos/asf/lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/8a71940d
Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/8a71940d
Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/8a71940d

Branch: refs/heads/current-release-line
Commit: 8a71940d5a550783f4a8086d1c0b459d8caf0c6b
Parents: 3e64eea
Author: Amareshwari Sriramadasu <am...@apache.org>
Authored: Sat Sep 24 10:49:50 2016 +0800
Committer: rajub <ra...@lazada.com>
Committed: Sat Sep 24 10:49:50 2016 +0800

----------------------------------------------------------------------
 contrib/clients/pom.xml                        | 2 +-
 contrib/clients/python/lens/client/__init__.py | 2 +-
 contrib/clients/python/pom.xml                 | 2 +-
 contrib/clients/python/setup.py                | 4 ++--
 contrib/pom.xml                                | 2 +-
 lens-docker/lens-test/Dockerfile               | 2 +-
 lens-docker/lens-test/lens-bootstrap.sh        | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/8a71940d/contrib/clients/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/clients/pom.xml b/contrib/clients/pom.xml
index a683e7c..8de9ee9 100644
--- a/contrib/clients/pom.xml
+++ b/contrib/clients/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>lens-contrib</artifactId>
     <groupId>org.apache.lens</groupId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.6.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>lens-contrib-clients</artifactId>

http://git-wip-us.apache.org/repos/asf/lens/blob/8a71940d/contrib/clients/python/lens/client/__init__.py
----------------------------------------------------------------------
diff --git a/contrib/clients/python/lens/client/__init__.py b/contrib/clients/python/lens/client/__init__.py
index d59c5e9..2d57326 100644
--- a/contrib/clients/python/lens/client/__init__.py
+++ b/contrib/clients/python/lens/client/__init__.py
@@ -17,4 +17,4 @@
 from .main import LensClient
 
 __all__ = ['LensClient']
-__version__ = "2.6.0"
\ No newline at end of file
+__version__ = "2.6.1"

http://git-wip-us.apache.org/repos/asf/lens/blob/8a71940d/contrib/clients/python/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/clients/python/pom.xml b/contrib/clients/python/pom.xml
index e0a99bd..f28853e 100644
--- a/contrib/clients/python/pom.xml
+++ b/contrib/clients/python/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>lens-contrib-clients</artifactId>
     <groupId>org.apache.lens</groupId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.6.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>lens-python-client</artifactId>

http://git-wip-us.apache.org/repos/asf/lens/blob/8a71940d/contrib/clients/python/setup.py
----------------------------------------------------------------------
diff --git a/contrib/clients/python/setup.py b/contrib/clients/python/setup.py
index 2d58c74..113205d 100644
--- a/contrib/clients/python/setup.py
+++ b/contrib/clients/python/setup.py
@@ -50,7 +50,7 @@ class Tox(TestCommand):
 
 setup(
     name='lens-client',
-    version="2.6.0",
+    version="2.6.1",
     url='http://github.com/apache/lens/',
     license='Apache Software License',
     author='Apache',
@@ -79,4 +79,4 @@ setup(
     extras_require={
         'testing': ['pytest'],
     }
-)
\ No newline at end of file
+)

http://git-wip-us.apache.org/repos/asf/lens/blob/8a71940d/contrib/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 4b60205..104f63b 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>apache-lens</artifactId>
     <groupId>org.apache.lens</groupId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.6.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>lens-contrib</artifactId>

http://git-wip-us.apache.org/repos/asf/lens/blob/8a71940d/lens-docker/lens-test/Dockerfile
----------------------------------------------------------------------
diff --git a/lens-docker/lens-test/Dockerfile b/lens-docker/lens-test/Dockerfile
index 4c59d3d..f52bad1 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.6.0-SNAPSHOT
+ENV LENS_VERSION 2.6.1
 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/lens/blob/8a71940d/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 71f1c2c..f65021f 100644
--- a/lens-docker/lens-test/lens-bootstrap.sh
+++ b/lens-docker/lens-test/lens-bootstrap.sh
@@ -37,7 +37,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.6.0-SNAPSHOT.jar,$SPARK_YARN_JAR
+HIVE_AUX_JARS_PATH=$LENS_ML/lib/lens-ml-lib-2.6.1.jar,$SPARK_YARN_JAR
 export HIVE_AUX_JARS_PATH
 
 echo "HIVE_AUX_JARS_PATH " $HIVE_AUX_JARS_PATH