You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/07/14 22:53:52 UTC

[jira] Created: (HBASE-2835) Update hadoop jar to head of branch-0.20-append to catch three added patches

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.


[jira] Resolved: (HBASE-2835) Update hadoop jar to head of branch-0.20-append to catch three added patches

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-2835.
--------------------------

    Resolution: Fixed

Committed.  Built a new hadoop jar.  Had to apply hdfs-1240 myself.  Ryan put it up in his repository.

> 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.