Updated Branches: refs/heads/trunk f81864eba -> c06c276c7
Upgrade to pig 0.10 Patch by brandonwilliams, reviewed by xedin for CASSANDRA-4691 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c06c276c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c06c276c Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/c06c276c Branch: refs/heads/trunk Commit: c06c276c76e7ec01e9bf2706911a3e758a705149 Parents: f81864e Author: Brandon Williams <[email protected]> Authored: Sat Oct 13 15:15:08 2012 -0500 Committer: Brandon Williams <[email protected]> Committed: Sat Oct 13 15:15:08 2012 -0500 ---------------------------------------------------------------------- build.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/c06c276c/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 749029e..04a5307 100644 --- a/build.xml +++ b/build.xml @@ -363,7 +363,7 @@ <exclusion groupId="commons-lang" artifactId="commons-lang"/> </dependency> <dependency groupId="org.apache.hadoop" artifactId="hadoop-core" version="1.0.2"/> - <dependency groupId="org.apache.pig" artifactId="pig" version="0.9.2"/> + <dependency groupId="org.apache.pig" artifactId="pig" version="0.10.0"/> <dependency groupId="net.sf.jopt-simple" artifactId="jopt-simple" version="3.2"/> <dependency groupId="net.java.dev.jna" artifactId="jna" version="3.2.7"/>
