git commit: PHOENIX-1183 phoenix-pig does not work with CDH 5.1

2014-08-25 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/master 8cc38126b -> 0e42f3a1f


PHOENIX-1183 phoenix-pig does not work with CDH 5.1


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0e42f3a1
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0e42f3a1
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/0e42f3a1

Branch: refs/heads/master
Commit: 0e42f3a1fd08013b4fe4d26409a16113e8624bf0
Parents: 8cc3812
Author: Mujtaba 
Authored: Mon Aug 25 11:55:59 2014 -0700
Committer: Mujtaba 
Committed: Mon Aug 25 11:55:59 2014 -0700

--
 dev/make_rc.sh | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/0e42f3a1/dev/make_rc.sh
--
diff --git a/dev/make_rc.sh b/dev/make_rc.sh
index d119e35..6755cf8 100755
--- a/dev/make_rc.sh
+++ b/dev/make_rc.sh
@@ -74,10 +74,6 @@ rm -rf $(find . -type d -name archive-tmp);
 cp $(find -iname phoenix-$PHOENIX-client-minimal.jar) $DIR_COMMON;
 cp $(find -iname phoenix-$PHOENIX-client-without-hbase.jar) $DIR_COMMON;
 cp $(find -iname phoenix-core-$PHOENIX.jar) $DIR_COMMON;
-cp $(find -iname phoenix-flume-$PHOENIX.jar) $DIR_COMMON;
-cp $(find -iname phoenix-flume-$PHOENIX-tests.jar) $DIR_COMMON;
-cp $(find -iname phoenix-pig-$PHOENIX.jar) $DIR_COMMON;
-cp $(find -iname phoenix-pig-$PHOENIX-tests.jar) $DIR_COMMON;
 
 # Copy release docs
 function_copy() {
@@ -105,6 +101,10 @@ function_copy_hadoop_specific_jars() {
   cp $(find -iname phoenix-$PHOENIX-client.jar) 
$DIR_HADOOP$1/phoenix-$PHOENIX-client-hadoop$1.jar;
   cp $(find -iname phoenix-$PHOENIX-server.jar) 
$DIR_HADOOP$1/phoenix-$PHOENIX-server-hadoop$1.jar;
   cp $(find -iname phoenix-core-$PHOENIX-tests.jar) 
$DIR_HADOOP$1/phoenix-core-$PHOENIX-tests-hadoop$1.jar;
+  cp $(find -iname phoenix-flume-$PHOENIX.jar) 
$DIR_HADOOP$1/phoenix-flume-$PHOENIX-hadoop$1.jar;
+  cp $(find -iname phoenix-flume-$PHOENIX-tests.jar) 
$DIR_HADOOP$1/phoenix-flume-$PHOENIX-tests-hadoop$1.jar;
+  cp $(find -iname phoenix-pig-$PHOENIX.jar) 
$DIR_HADOOP$1/phoenix-pig-$PHOENIX-hadoop$1.jar;
+  cp $(find -iname phoenix-pig-$PHOENIX-tests.jar) 
$DIR_HADOOP$1/phoenix-pig-$PHOENIX-tests-hadoop$1.jar;
 }
 function_copy_hadoop_specific_jars 1;
 mvn clean package -Dhadoop.profile=2 -DskipTests;



git commit: PHOENIX-1183 phoenix-pig does not work with CDH 5.1

2014-08-25 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/3.0 e010a979d -> ca86a4763


PHOENIX-1183 phoenix-pig does not work with CDH 5.1


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

Branch: refs/heads/3.0
Commit: ca86a4763a871e58bf189f00d234116cd97e5d7e
Parents: e010a97
Author: Mujtaba 
Authored: Mon Aug 25 11:53:50 2014 -0700
Committer: Mujtaba 
Committed: Mon Aug 25 11:53:50 2014 -0700

--
 CHANGES| 1 +
 dev/make_rc.sh | 8 
 2 files changed, 5 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/ca86a476/CHANGES
--
diff --git a/CHANGES b/CHANGES
index ddf79e5..14bceaa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -114,6 +114,7 @@ Release Notes - Phoenix - Version 3.1
 * [PHOENIX-1172] - Prevent lock contention in ConnectionQueryServicesImpl. 
Fix exception handling. 
 * [PHOENIX-1180] - Rename test classes so they are properly picked up by 
the test runner
 * [PHOENIX-1181] - client cache fails to update itself after a table was 
altered from a diff client
+* [PHOENIX-1183] - phoenix-pig does not work with CDH 5.1
 * [PHOENIX-1188] - Performance regression for non-aggregate queries
 
 ** Task

http://git-wip-us.apache.org/repos/asf/phoenix/blob/ca86a476/dev/make_rc.sh
--
diff --git a/dev/make_rc.sh b/dev/make_rc.sh
index ffcdb48..6087a8b 100755
--- a/dev/make_rc.sh
+++ b/dev/make_rc.sh
@@ -74,10 +74,6 @@ rm -rf $(find . -type d -name archive-tmp);
 cp $(find -iname phoenix-$PHOENIX-client-minimal.jar) $DIR_COMMON;
 cp $(find -iname phoenix-$PHOENIX-client-without-hbase.jar) $DIR_COMMON;
 cp $(find -iname phoenix-core-$PHOENIX.jar) $DIR_COMMON;
-cp $(find -iname phoenix-flume-$PHOENIX.jar) $DIR_COMMON;
-cp $(find -iname phoenix-flume-$PHOENIX-tests.jar) $DIR_COMMON;
-cp $(find -iname phoenix-pig-$PHOENIX.jar) $DIR_COMMON;
-cp $(find -iname phoenix-pig-$PHOENIX-tests.jar) $DIR_COMMON;
 
 # Copy release docs
 cp CHANGES $DIR_REL_BIN_PATH;
@@ -94,6 +90,10 @@ function_copy_hadoop_specific_jars() {
   cp $DIR_BIN/* $DIR_HADOOP$1/$DIR_BIN;
   cp $(find -iname phoenix-$PHOENIX-client.jar) 
$DIR_HADOOP$1/phoenix-$PHOENIX-client-hadoop$1.jar;
   cp $(find -iname phoenix-core-$PHOENIX-tests.jar) 
$DIR_HADOOP$1/phoenix-core-$PHOENIX-tests-hadoop$1.jar;
+  cp $(find -iname phoenix-flume-$PHOENIX.jar) 
$DIR_HADOOP$1/phoenix-flume-$PHOENIX-hadoop$1.jar;
+  cp $(find -iname phoenix-flume-$PHOENIX-tests.jar) 
$DIR_HADOOP$1/phoenix-flume-$PHOENIX-tests-hadoop$1.jar;
+  cp $(find -iname phoenix-pig-$PHOENIX.jar) 
$DIR_HADOOP$1/phoenix-pig-$PHOENIX-hadoop$1.jar;
+  cp $(find -iname phoenix-pig-$PHOENIX-tests.jar) 
$DIR_HADOOP$1/phoenix-pig-$PHOENIX-tests-hadoop$1.jar;
 }
 function_copy_hadoop_specific_jars 1;
 mvn clean package -Dhadoop.profile=2 -DskipTests;



[1/2] git commit: PHOENIX-1183 phoenix-pig does not work with CDH 5.1

2014-08-25 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.0 e32676da7 -> 4028255b7


PHOENIX-1183 phoenix-pig does not work with CDH 5.1


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/59ebcbde
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/59ebcbde
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/59ebcbde

Branch: refs/heads/4.0
Commit: 59ebcbde38c8df2d1ba92cc19d69c824cf01cfb2
Parents: 98b0297
Author: Mujtaba 
Authored: Mon Aug 25 11:50:19 2014 -0700
Committer: Mujtaba 
Committed: Mon Aug 25 11:50:19 2014 -0700

--
 CHANGES| 2 ++
 dev/make_rc.sh | 8 
 2 files changed, 6 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/59ebcbde/CHANGES
--
diff --git a/CHANGES b/CHANGES
index 316ef78..122d7d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -139,6 +139,8 @@ Release Notes - Phoenix - Version 4.1
 * [PHOENIX-1181] - client cache fails to update itself after a table was 
altered from a diff client
 * [PHOENIX-1187] - Enable tracing on server
 * [PHOENIX-1188] - Performance regression for non-aggregate queries
+* [PHOENIX-1183] - phoenix-pig does not work with CDH 5.1
+* [PHOENIX-1184] - Phoenix 4.0 will not compile agaist CDH HBase 5.1
 * [PHOENIX-1192] - Re-enable reverse scan to prevent order by
 
 ** Task

http://git-wip-us.apache.org/repos/asf/phoenix/blob/59ebcbde/dev/make_rc.sh
--
diff --git a/dev/make_rc.sh b/dev/make_rc.sh
index e6f9cbd..3e087f6 100755
--- a/dev/make_rc.sh
+++ b/dev/make_rc.sh
@@ -74,10 +74,6 @@ rm -rf $(find . -type d -name archive-tmp);
 cp $(find -iname phoenix-$PHOENIX-client-minimal.jar) $DIR_COMMON;
 cp $(find -iname phoenix-$PHOENIX-client-without-hbase.jar) $DIR_COMMON;
 cp $(find -iname phoenix-core-$PHOENIX.jar) $DIR_COMMON;
-cp $(find -iname phoenix-flume-$PHOENIX.jar) $DIR_COMMON;
-cp $(find -iname phoenix-flume-$PHOENIX-tests.jar) $DIR_COMMON;
-cp $(find -iname phoenix-pig-$PHOENIX.jar) $DIR_COMMON;
-cp $(find -iname phoenix-pig-$PHOENIX-tests.jar) $DIR_COMMON;
 
 # Copy release docs
 cp CHANGES $DIR_REL_BIN_PATH;
@@ -95,6 +91,10 @@ function_copy_hadoop_specific_jars() {
   cp $(find -iname phoenix-$PHOENIX-client.jar) 
$DIR_HADOOP$1/phoenix-$PHOENIX-client-hadoop$1.jar;
   cp $(find -iname phoenix-$PHOENIX-server.jar) 
$DIR_HADOOP$1/phoenix-$PHOENIX-server-hadoop$1.jar;
   cp $(find -iname phoenix-core-$PHOENIX-tests.jar) 
$DIR_HADOOP$1/phoenix-core-$PHOENIX-tests-hadoop$1.jar;
+  cp $(find -iname phoenix-flume-$PHOENIX.jar) 
$DIR_HADOOP$1/phoenix-flume-$PHOENIX-hadoop$1.jar;
+  cp $(find -iname phoenix-flume-$PHOENIX-tests.jar) 
$DIR_HADOOP$1/phoenix-flume-$PHOENIX-tests-hadoop$1.jar;
+  cp $(find -iname phoenix-pig-$PHOENIX.jar) 
$DIR_HADOOP$1/phoenix-pig-$PHOENIX-hadoop$1.jar;
+  cp $(find -iname phoenix-pig-$PHOENIX-tests.jar) 
$DIR_HADOOP$1/phoenix-pig-$PHOENIX-tests-hadoop$1.jar;
 }
 function_copy_hadoop_specific_jars 1;
 mvn clean package -Dhadoop.profile=2 -DskipTests;