Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 d93572d5c -> e56a64edb refs/heads/trunk 826271118 -> ce248f227
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/cassandra-2.1 Commit: e56a64edb02c0aebae783ddcc72443ff1395126b Parents: d93572d Author: Brandon Williams <[email protected]> Authored: Fri May 30 17:52:08 2014 -0500 Committer: Brandon Williams <[email protected]> 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}">
