[Hadoop Wiki] Update of Hive/DeveloperGuide by Schube rtZhang

2010-03-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Hadoop Wiki for change notification. The Hive/DeveloperGuide page has been changed by SchubertZhang. http://wiki.apache.org/hadoop/Hive/DeveloperGuide?action=diffrev1=24rev2=25

[Hadoop Wiki] Update of Avro/HowToRelease by DougCutt ing

2010-03-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Hadoop Wiki for change notification. The Avro/HowToRelease page has been changed by DougCutting. The comment on this change is: update maven publishing instructions now that signatures are computed elsewhere.

svn commit: r925465 - in /hadoop/common/trunk: .eclipse.templates/.classpath .eclipse.templates/.externalToolBuilders/Hadoop_Ant_Builder.launch .eclipse.templates/.project .eclipse.templates/README.tx

2010-03-19 Thread tomwhite
Author: tomwhite Date: Fri Mar 19 22:39:28 2010 New Revision: 925465 URL: http://svn.apache.org/viewvc?rev=925465view=rev Log: HADOOP-6407. Have a way to automatically update Eclipse .classpath file when new libs are added to the classpath through Ivy. Removed:

svn commit: r925468 - in /hadoop/common/trunk: CHANGES.txt src/native/acinclude.m4

2010-03-19 Thread tomwhite
Author: tomwhite Date: Fri Mar 19 22:51:29 2010 New Revision: 925468 URL: http://svn.apache.org/viewvc?rev=925468view=rev Log: HADOOP-3659. Patch to allow hadoop native to compile on Mac OS X. Contributed by Colin Evans and Allen Wittenauer. Modified: hadoop/common/trunk/CHANGES.txt

svn commit: r925479 - in /hadoop/common/trunk: CHANGES.txt src/java/org/apache/hadoop/io/BloomMapFile.java src/test/core/org/apache/hadoop/io/TestBloomMapFile.java

2010-03-19 Thread tomwhite
Author: tomwhite Date: Fri Mar 19 23:19:13 2010 New Revision: 925479 URL: http://svn.apache.org/viewvc?rev=925479view=rev Log: HADOOP-6546. BloomMapFile can return false negatives. Contributed by Clark Jefcoat. Modified: hadoop/common/trunk/CHANGES.txt

[Hadoop Wiki] Update of HdfsFutures by SanjayRadia

2010-03-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Hadoop Wiki for change notification. The HdfsFutures page has been changed by SanjayRadia. http://wiki.apache.org/hadoop/HdfsFutures?action=diffrev1=8rev2=9 -- *

[Hadoop Wiki] Update of Hive/Presentations by ZhengSh ao

2010-03-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Hadoop Wiki for change notification. The Hive/Presentations page has been changed by ZhengShao. http://wiki.apache.org/hadoop/Hive/Presentations?action=diffrev1=23rev2=24 --

svn commit: r925528 - in /hadoop/common/trunk: CHANGES.txt bin/hadoop-config.sh src/test/core/org/apache/hadoop/ipc/MiniRPCBenchmark.java src/test/core/org/apache/hadoop/ipc/TestMiniRPCBenchmark.java

2010-03-19 Thread shv
Author: shv Date: Sat Mar 20 02:17:38 2010 New Revision: 925528 URL: http://svn.apache.org/viewvc?rev=925528view=rev Log: HADOOP-6637. Benchmark for establishing RPC session. Contributed by Konstantin Shvachko. Added: