Author: szetszwo
Date: Wed Aug 12 00:53:21 2009
New Revision: 803337
URL: http://svn.apache.org/viewvc?rev=803337&view=rev
Log:
HDFS-534. Include avro in ivy.
Modified:
hadoop/hdfs/trunk/CHANGES.txt
hadoop/hdfs/trunk/ivy.xml
hadoop/hdfs/trunk/ivy/ivysettings.xml
hadoop/hdfs/trunk/lib/hadoop-core-0.21.0-dev.jar
hadoop/hdfs/trunk/lib/hadoop-core-test-0.21.0-dev.jar
Modified: hadoop/hdfs/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=803337&r1=803336&r2=803337&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Wed Aug 12 00:53:21 2009
@@ -146,6 +146,8 @@
HDFS-167. Fix a bug in DFSClient that caused infinite retries on write.
(Bill Zeller via szetszwo)
+ HDFS-534. Include avro in ivy. (szetszwo)
+
Release 0.20.1 - Unreleased
IMPROVEMENTS
Modified: hadoop/hdfs/trunk/ivy.xml
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/ivy.xml?rev=803337&r1=803336&r2=803337&view=diff
==============================================================================
--- hadoop/hdfs/trunk/ivy.xml (original)
+++ hadoop/hdfs/trunk/ivy.xml Wed Aug 12 00:53:21 2009
@@ -252,6 +252,10 @@
name="slf4j-api"
rev="${slf4j-api.version}"
conf="common->master"/>
+ <dependency org="org.apache.hadoop"
+ name="avro"
+ rev="1.0.0"
+ conf="common->default"/>
<dependency org="org.eclipse.jdt"
name="core"
rev="${core.version}"
Modified: hadoop/hdfs/trunk/ivy/ivysettings.xml
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/ivy/ivysettings.xml?rev=803337&r1=803336&r2=803337&view=diff
==============================================================================
--- hadoop/hdfs/trunk/ivy/ivysettings.xml (original)
+++ hadoop/hdfs/trunk/ivy/ivysettings.xml Wed Aug 12 00:53:21 2009
@@ -74,7 +74,7 @@
rather than look for them online.
-->
- <module organisation="org.apache.hadoop" name=".*" resolver="internal"/>
+ <module organisation="org.apache.hadoop" name="Hadoop.*"
resolver="internal"/>
<!--until commons cli is external, we need to pull it in from the snapshot
repository -if present -->
<module organisation="org.apache.commons" name=".*"
resolver="external-and-snapshots"/>
</modules>
Modified: hadoop/hdfs/trunk/lib/hadoop-core-0.21.0-dev.jar
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/lib/hadoop-core-0.21.0-dev.jar?rev=803337&r1=803336&r2=803337&view=diff
==============================================================================
Binary files - no diff available.
Modified: hadoop/hdfs/trunk/lib/hadoop-core-test-0.21.0-dev.jar
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/lib/hadoop-core-test-0.21.0-dev.jar?rev=803337&r1=803336&r2=803337&view=diff
==============================================================================
Binary files - no diff available.