You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/11/12 06:45:39 UTC

[jira] Created: (HBASE-1974) Update to latest on hadoop 0.21 branch (November11th, 2009)

Update to latest on hadoop 0.21 branch (November11th, 2009)
-----------------------------------------------------------

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




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (HBASE-1974) Update to latest on hadoop 0.21 branch (November11th, 2009)

Posted by stack <st...@duboce.net>.
I thought about it.  Decided that hdfs-630 would be fixed by the time 0.21
released.

For 0.20.2RC1, let me test with hdfs-630 in place to make sure its still
good for the branch.

St.Ack


On Thu, Nov 12, 2009 at 6:23 AM, Dave Latham <la...@davelink.net> wrote:

> So, would it be worth removing the recommendation to use HDFS-630 from the
> getting started page?
>
> Dave
>
> On Wed, Nov 11, 2009 at 9:51 PM, stack (JIRA) <ji...@apache.org> wrote:
>
> >
> >    [
> >
> https://issues.apache.org/jira/browse/HBASE-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776860#action_12776860
> ]
> >
> > stack commented on HBASE-1974:
> > ------------------------------
> >
> > Also removed:
> >
> > -import com.sun.corba.se.pept.transport.Connection; from
> > HBaseTestingUtility.
> >
> > Cleaned up HLog to remove params that passed in a forced sync (sync is
> done
> > up on HRS now).
> >
> > Otherwise, updated the hadoop libs to today.  hdfs-127 has been committed
> > to hdfs so we don't need to patch it any more.  HDFS-630 seems like it
> > breaks things so leaving it out.
> >
> >
> >
> > > Update to latest on hadoop 0.21 branch (November11th, 2009)
> > > -----------------------------------------------------------
> > >
> > >                 Key: HBASE-1974
> > >                 URL: https://issues.apache.org/jira/browse/HBASE-1974
> > >             Project: Hadoop HBase
> > >          Issue Type: Task
> > >            Reporter: stack
> > >             Fix For: 0.21.0
> > >
> > >
> >
> >
> > --
> > This message is automatically generated by JIRA.
> > -
> > You can reply to this email to add a comment to the issue online.
> >
> >
>

Re: [jira] Commented: (HBASE-1974) Update to latest on hadoop 0.21 branch (November11th, 2009)

Posted by Dave Latham <la...@davelink.net>.
So, would it be worth removing the recommendation to use HDFS-630 from the
getting started page?

Dave

On Wed, Nov 11, 2009 at 9:51 PM, stack (JIRA) <ji...@apache.org> wrote:

>
>    [
> https://issues.apache.org/jira/browse/HBASE-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776860#action_12776860]
>
> stack commented on HBASE-1974:
> ------------------------------
>
> Also removed:
>
> -import com.sun.corba.se.pept.transport.Connection; from
> HBaseTestingUtility.
>
> Cleaned up HLog to remove params that passed in a forced sync (sync is done
> up on HRS now).
>
> Otherwise, updated the hadoop libs to today.  hdfs-127 has been committed
> to hdfs so we don't need to patch it any more.  HDFS-630 seems like it
> breaks things so leaving it out.
>
>
>
> > Update to latest on hadoop 0.21 branch (November11th, 2009)
> > -----------------------------------------------------------
> >
> >                 Key: HBASE-1974
> >                 URL: https://issues.apache.org/jira/browse/HBASE-1974
> >             Project: Hadoop HBase
> >          Issue Type: Task
> >            Reporter: stack
> >             Fix For: 0.21.0
> >
> >
>
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Commented: (HBASE-1974) Update to latest on hadoop 0.21 branch (November11th, 2009)

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

stack commented on HBASE-1974:
------------------------------

Also removed:

-import com.sun.corba.se.pept.transport.Connection; from HBaseTestingUtility.

Cleaned up HLog to remove params that passed in a forced sync (sync is done up on HRS now).

Otherwise, updated the hadoop libs to today.  hdfs-127 has been committed to hdfs so we don't need to patch it any more.  HDFS-630 seems like it breaks things so leaving it out.

 

> Update to latest on hadoop 0.21 branch (November11th, 2009)
> -----------------------------------------------------------
>
>                 Key: HBASE-1974
>                 URL: https://issues.apache.org/jira/browse/HBASE-1974
>             Project: Hadoop HBase
>          Issue Type: Task
>            Reporter: stack
>             Fix For: 0.21.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-1974) Update to latest on hadoop 0.21 branch (November11th, 2009)

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

Jean-Daniel Cryans commented on HBASE-1974:
-------------------------------------------

This commit added this in HLog line 849:

{code}
if (this.numEntries.get() % this.flushlogentries == 0) LOG.info("edit=" + this.numEntries.get() + ", write=" + logKey.toString());
{code}

It's a bit intense.

> Update to latest on hadoop 0.21 branch (November11th, 2009)
> -----------------------------------------------------------
>
>                 Key: HBASE-1974
>                 URL: https://issues.apache.org/jira/browse/HBASE-1974
>             Project: Hadoop HBase
>          Issue Type: Task
>            Reporter: stack
>             Fix For: 0.21.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-1974) Update to latest on hadoop 0.21 branch (November11th, 2009)

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

stack resolved HBASE-1974.
--------------------------

       Resolution: Fixed
    Fix Version/s: 0.21.0

> Update to latest on hadoop 0.21 branch (November11th, 2009)
> -----------------------------------------------------------
>
>                 Key: HBASE-1974
>                 URL: https://issues.apache.org/jira/browse/HBASE-1974
>             Project: Hadoop HBase
>          Issue Type: Task
>            Reporter: stack
>             Fix For: 0.21.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.