PHOENIX-1183 phoenix-pig does not work with CDH 5.1
diff --git a/CHANGES b/CHANGES
index ddf79e5..14bceaa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -114,6 +114,7 @@
     * [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
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 @@
 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 @@
   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;