You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2014/05/31 00:52:39 UTC

[2/3] git commit: Upgrade to Pig 0.12.1

Upgrade to Pig 0.12.1

Patch by brandonwilliams for CASSANDRA-6556


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

Branch: refs/heads/trunk
Commit: e56a64edb02c0aebae783ddcc72443ff1395126b
Parents: d93572d
Author: Brandon Williams <br...@apache.org>
Authored: Fri May 30 17:52:08 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri May 30 17:52:08 2014 -0500

----------------------------------------------------------------------
 CHANGES.txt | 3 ++-
 build.xml   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e56a64ed/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a849897..af4da65 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,8 +1,9 @@
 2.1.0
+ * Upgrade to Pig 0.12.1 (CASSANDRA-6556)
 Merged from 2.0:
  * Fix NPE in StreamTransferTask.createMessageForRetry() (CASSANDRA-7323)
 Merged from 1.2:
-* Use LOCAL_ONE for non-superuser auth queries (CASSANDRA-7328)
+ * Use LOCAL_ONE for non-superuser auth queries (CASSANDRA-7328)
 
 
 2.1.0-rc1

http://git-wip-us.apache.org/repos/asf/cassandra/blob/e56a64ed/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index bda7492..9f373c4 100644
--- a/build.xml
+++ b/build.xml
@@ -383,7 +383,7 @@
           	<exclusion groupId="org.mortbay.jetty" artifactId="servlet-api"/>
           </dependency>
           <dependency groupId="org.apache.hadoop" artifactId="hadoop-minicluster" version="1.0.3"/>
-          <dependency groupId="org.apache.pig" artifactId="pig" version="0.11.1"/>
+          <dependency groupId="org.apache.pig" artifactId="pig" version="0.12.1"/>
           <dependency groupId="net.java.dev.jna" artifactId="jna" version="4.0.0"/>
 
           <dependency groupId="net.sourceforge.cobertura" artifactId="cobertura" version="${cobertura.version}">