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 2011/02/10 08:01:58 UTC

[jira] Created: (HBASE-3520) Update our bundled hadoop from branch-0.20-append to latest (rpc version 43)

Update our bundled hadoop from branch-0.20-append to latest (rpc version 43)
----------------------------------------------------------------------------

                 Key: HBASE-3520
                 URL: https://issues.apache.org/jira/browse/HBASE-3520
             Project: HBase
          Issue Type: Task
            Reporter: stack


Our 0.90.1RC0 won't run against head of branch-0.20-append; it has bundled an hadoop with an rpc version of 42 whereas head is at version 43.  Here's the commit that changed the version:

{code}
------------------------------------------------------------------------
r1057313 | hairong | 2011-01-10 11:01:36 -0800 (Mon, 10 Jan 2011) | 2 lines

HDFS-1554. New semantics for recoverLease. Contributed by Hairong Kuang.
{code}

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HBASE-3520) Update our bundled hadoop from branch-0.20-append to latest (rpc version 43)

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994651#comment-12994651 ] 

Hudson commented on HBASE-3520:
-------------------------------

Integrated in HBase-TRUNK #1745 (See [https://hudson.apache.org/hudson/job/HBase-TRUNK/1745/])
    

> Update our bundled hadoop from branch-0.20-append to latest (rpc version 43)
> ----------------------------------------------------------------------------
>
>                 Key: HBASE-3520
>                 URL: https://issues.apache.org/jira/browse/HBASE-3520
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.90.2
>
>
> Our 0.90.1RC0 won't run against head of branch-0.20-append; it has bundled an hadoop with an rpc version of 42 whereas head is at version 43.  Here's the commit that changed the version:
> {code}
> ------------------------------------------------------------------------
> r1057313 | hairong | 2011-01-10 11:01:36 -0800 (Mon, 10 Jan 2011) | 2 lines
> HDFS-1554. New semantics for recoverLease. Contributed by Hairong Kuang.
> {code}

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HBASE-3520) Update our bundled hadoop from branch-0.20-append to latest (rpc version 43)

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

stack resolved HBASE-3520.
--------------------------

       Resolution: Fixed
    Fix Version/s: 0.90.2
         Assignee: stack

Committed to branch and trunk (if a 0.90.1RC1, then it'll be included -- I see Todd tagged the RC0 so all should be ok w/ my branch commit).

Here is what I changed:

Index: pom.xml
===================================================================
--- pom.xml     (revision 1069244)
+++ pom.xml     (working copy)
@@ -450,7 +450,7 @@
     at revision 1034499 with this hdfs-895 patch:
     https://issues.apache.org/jira/secure/attachment/12459473/hdfs-895-branch-20-append.txt
     -->
-    <hadoop.version>0.20-append-r1056497</hadoop.version>
+    <hadoop.version>0.20-append-r1057313</hadoop.version>
     <jasper.version>5.5.23</jasper.version>
     <jaxb-api.version>2.1</jaxb-api.version>
     <jetty.version>6.1.26</jetty.version>

I put the new hadoop up in rawson's little repo.

> Update our bundled hadoop from branch-0.20-append to latest (rpc version 43)
> ----------------------------------------------------------------------------
>
>                 Key: HBASE-3520
>                 URL: https://issues.apache.org/jira/browse/HBASE-3520
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.90.2
>
>
> Our 0.90.1RC0 won't run against head of branch-0.20-append; it has bundled an hadoop with an rpc version of 42 whereas head is at version 43.  Here's the commit that changed the version:
> {code}
> ------------------------------------------------------------------------
> r1057313 | hairong | 2011-01-10 11:01:36 -0800 (Mon, 10 Jan 2011) | 2 lines
> HDFS-1554. New semantics for recoverLease. Contributed by Hairong Kuang.
> {code}

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HBASE-3520) Update our bundled hadoop from branch-0.20-append to latest (rpc version 43)

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

stack commented on HBASE-3520:
------------------------------

I backed this out of branch.  As Todd noted, this'll break folks who have a running hadoop cluster that uses the version of branch-0.20-append that 0.90.0 shipped with; can't do that in point release.

> Update our bundled hadoop from branch-0.20-append to latest (rpc version 43)
> ----------------------------------------------------------------------------
>
>                 Key: HBASE-3520
>                 URL: https://issues.apache.org/jira/browse/HBASE-3520
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.90.2
>
>
> Our 0.90.1RC0 won't run against head of branch-0.20-append; it has bundled an hadoop with an rpc version of 42 whereas head is at version 43.  Here's the commit that changed the version:
> {code}
> ------------------------------------------------------------------------
> r1057313 | hairong | 2011-01-10 11:01:36 -0800 (Mon, 10 Jan 2011) | 2 lines
> HDFS-1554. New semantics for recoverLease. Contributed by Hairong Kuang.
> {code}

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira