You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ap...@apache.org on 2014/09/08 04:40:28 UTC

[1/2] git commit: BIGTOP-1420 Update Phoenix version to 4.1.0 in the BOM

Repository: bigtop
Updated Branches:
  refs/heads/branch-0.8 950671851 -> 4f25555e0
  refs/heads/master 96e86e30c -> 8171a361a


BIGTOP-1420 Update Phoenix version to 4.1.0 in the BOM


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/8171a361
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/8171a361
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/8171a361

Branch: refs/heads/master
Commit: 8171a361a9c7052332039dbdd2e818a50a693385
Parents: 96e86e3
Author: Andrew Purtell <ap...@apache.org>
Authored: Sun Sep 7 19:08:12 2014 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Sun Sep 7 19:40:10 2014 -0700

----------------------------------------------------------------------
 bigtop.mk |  6 +++---
 pom.xml   | 16 ++++++++++++++++
 2 files changed, 19 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/8171a361/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index 1631597..85fe337 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -248,12 +248,12 @@ $(eval $(call PACKAGE,spark,SPARK))
 PHOENIX_NAME=phoenix
 PHOENIX_RELNOTES_NAME=Phoenix: A SQL skin over HBase
 PHOENIX_PKG_NAME=phoenix
-PHOENIX_BASE_VERSION=4.0.0-incubating
-PHOENIX_PKG_VERSION=4.0.0
+PHOENIX_BASE_VERSION=4.1.0
+PHOENIX_PKG_VERSION=4.1.0
 PHOENIX_RELEASE_VERSION=1
 PHOENIX_TARBALL_DST=phoenix-$(PHOENIX_BASE_VERSION)-src.tar.gz
 PHOENIX_TARBALL_SRC=$(PHOENIX_TARBALL_DST)
-PHOENIX_DOWNLOAD_PATH=/incubator/phoenix/phoenix-$(PHOENIX_BASE_VERSION)/src/
+PHOENIX_DOWNLOAD_PATH=/phoenix/phoenix-$(PHOENIX_BASE_VERSION)/src/
 PHOENIX_SITE=$(APACHE_MIRROR)$(PHOENIX_DOWNLOAD_PATH)
 PHOENIX_ARCHIVE=$(APACHE_ARCHIVE)$(PHOENIX_DOWNLOAD_PATH)
 $(eval $(call PACKAGE,phoenix,PHOENIX))

http://git-wip-us.apache.org/repos/asf/bigtop/blob/8171a361/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4d39341..f8e4f1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
     <giraph.version>1.0.0</giraph.version>
     <solr.version>4.6.0</solr.version>
     <spark.version>0.9.1</spark.version>
+    <phoenix.version>4.1.0</phoenix.version>
     <spark-smoke.version>${project.version}</spark-smoke.version>
 
     <itest-common.version>${project.version}</itest-common.version>
@@ -243,6 +244,21 @@
         <artifactId>spark-core_2.10</artifactId>
         <version>${spark.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.phoenix</groupId>
+        <artifactId>phoenix-core</artifactId>
+        <version>${phoenix.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.phoenix</groupId>
+        <artifactId>phoenix-flume</artifactId>
+        <version>${phoenix.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.phoenix</groupId>
+        <artifactId>phoenix-pig</artifactId>
+        <version>${phoenix.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 


[2/2] git commit: BIGTOP-1420 Update Phoenix version to 4.1.0 in the BOM

Posted by ap...@apache.org.
BIGTOP-1420 Update Phoenix version to 4.1.0 in the BOM


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/4f25555e
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/4f25555e
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/4f25555e

Branch: refs/heads/branch-0.8
Commit: 4f25555e08febb4f99bb77f52edfbdc4dfea4e07
Parents: 9506718
Author: Andrew Purtell <ap...@apache.org>
Authored: Sun Sep 7 19:08:12 2014 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Sun Sep 7 19:40:15 2014 -0700

----------------------------------------------------------------------
 bigtop.mk |  6 +++---
 pom.xml   | 16 ++++++++++++++++
 2 files changed, 19 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/4f25555e/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index 1631597..85fe337 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -248,12 +248,12 @@ $(eval $(call PACKAGE,spark,SPARK))
 PHOENIX_NAME=phoenix
 PHOENIX_RELNOTES_NAME=Phoenix: A SQL skin over HBase
 PHOENIX_PKG_NAME=phoenix
-PHOENIX_BASE_VERSION=4.0.0-incubating
-PHOENIX_PKG_VERSION=4.0.0
+PHOENIX_BASE_VERSION=4.1.0
+PHOENIX_PKG_VERSION=4.1.0
 PHOENIX_RELEASE_VERSION=1
 PHOENIX_TARBALL_DST=phoenix-$(PHOENIX_BASE_VERSION)-src.tar.gz
 PHOENIX_TARBALL_SRC=$(PHOENIX_TARBALL_DST)
-PHOENIX_DOWNLOAD_PATH=/incubator/phoenix/phoenix-$(PHOENIX_BASE_VERSION)/src/
+PHOENIX_DOWNLOAD_PATH=/phoenix/phoenix-$(PHOENIX_BASE_VERSION)/src/
 PHOENIX_SITE=$(APACHE_MIRROR)$(PHOENIX_DOWNLOAD_PATH)
 PHOENIX_ARCHIVE=$(APACHE_ARCHIVE)$(PHOENIX_DOWNLOAD_PATH)
 $(eval $(call PACKAGE,phoenix,PHOENIX))

http://git-wip-us.apache.org/repos/asf/bigtop/blob/4f25555e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4d39341..f8e4f1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
     <giraph.version>1.0.0</giraph.version>
     <solr.version>4.6.0</solr.version>
     <spark.version>0.9.1</spark.version>
+    <phoenix.version>4.1.0</phoenix.version>
     <spark-smoke.version>${project.version}</spark-smoke.version>
 
     <itest-common.version>${project.version}</itest-common.version>
@@ -243,6 +244,21 @@
         <artifactId>spark-core_2.10</artifactId>
         <version>${spark.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.phoenix</groupId>
+        <artifactId>phoenix-core</artifactId>
+        <version>${phoenix.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.phoenix</groupId>
+        <artifactId>phoenix-flume</artifactId>
+        <version>${phoenix.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.phoenix</groupId>
+        <artifactId>phoenix-pig</artifactId>
+        <version>${phoenix.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>