Updated Branches: refs/heads/trunk eec01e9fe -> 58e373c53
update hadoop dependency in wordcount examples patch by Philip Crotwell; reviewed by Jeremy Hanna and Alex Liu for CASSANDRA-4686 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/58e373c5 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/58e373c5 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/58e373c5 Branch: refs/heads/trunk Commit: 58e373c538d9c5744ec35c9622c4aa7b122c2e05 Parents: eec01e9 Author: Jonathan Ellis <[email protected]> Authored: Tue Jul 16 17:46:15 2013 -0500 Committer: Jonathan Ellis <[email protected]> Committed: Tue Jul 16 17:46:19 2013 -0500 ---------------------------------------------------------------------- examples/hadoop_cql3_word_count/ivy.xml | 4 ++-- examples/hadoop_word_count/ivy.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/58e373c5/examples/hadoop_cql3_word_count/ivy.xml ---------------------------------------------------------------------- diff --git a/examples/hadoop_cql3_word_count/ivy.xml b/examples/hadoop_cql3_word_count/ivy.xml index 9d44895..2016eb8 100644 --- a/examples/hadoop_cql3_word_count/ivy.xml +++ b/examples/hadoop_cql3_word_count/ivy.xml @@ -19,6 +19,6 @@ <ivy-module version="2.0"> <info organisation="apache-cassandra" module="word-count"/> <dependencies> - <dependency org="org.apache.hadoop" name="hadoop-core" rev="0.20.2"/> + <dependency org="org.apache.hadoop" name="hadoop-core" rev="1.0.3"/> </dependencies> -</ivy-module> \ No newline at end of file +</ivy-module> http://git-wip-us.apache.org/repos/asf/cassandra/blob/58e373c5/examples/hadoop_word_count/ivy.xml ---------------------------------------------------------------------- diff --git a/examples/hadoop_word_count/ivy.xml b/examples/hadoop_word_count/ivy.xml index 9d44895..2016eb8 100644 --- a/examples/hadoop_word_count/ivy.xml +++ b/examples/hadoop_word_count/ivy.xml @@ -19,6 +19,6 @@ <ivy-module version="2.0"> <info organisation="apache-cassandra" module="word-count"/> <dependencies> - <dependency org="org.apache.hadoop" name="hadoop-core" rev="0.20.2"/> + <dependency org="org.apache.hadoop" name="hadoop-core" rev="1.0.3"/> </dependencies> -</ivy-module> \ No newline at end of file +</ivy-module>
