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 <[email protected]> Authored: Mon Aug 25 11:53:50 2014 -0700 Committer: Mujtaba <[email protected]> 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;
