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