Update hadoop jar to head of branch-0.20-append to catch three added patches
----------------------------------------------------------------------------
Key: HBASE-2835
URL: https://issues.apache.org/jira/browse/HBASE-2835
Project: HBase
Issue Type: Task
Reporter: stack
Fix For: 0.90.0
This issue is about updating the hadoop we ship with.
Following changes have gone into branch-0.20-append since
0.20.3-append-r956776+1240+tail (tail refers to a fix that was committed as
part of hdfs-1057):
{code}
Index: CHANGES.txt
===================================================================
--- CHANGES.txt (revision 956776)
+++ CHANGES.txt (working copy)
@@ -19,6 +19,12 @@
HDFS-457. Better handling of volume failure in DataNode Storage.
(Nicolas Spiegelberg via dhruba)
+ HDFS-1057. Concurrent readers hit ChecksumExceptions if following
+ a writer to very end of file (Sam Rash via dhruba)
+
+ HDFS-1202. DataBlockScanner throws NPE when updated before
+ initialized. (Todd Lipcon via dhruba)
+
IMPROVEMENTS
BUG FIXES
@@ -107,6 +113,9 @@
MAPREDUCE-1880. Fix BigDecimal.divide(..) in the pi example. (szetszwo)
+ HDFS-1258. Clearing namespace quota on "/" corrupts fs image.
+ (Aaron T. Myers via szetszwo)
+
{code}
I asked that hdfs-1240 get added to 0.20-append.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.