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/10/21 16:41:59 UTC

[jira] Created: (HBASE-1924) MapReduce Driver lost hsf2sf backporting hbase-1684

MapReduce Driver lost hsf2sf backporting hbase-1684
---------------------------------------------------

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


The below....

{code}
------------------------------------------------------------------------
r816035 | stack | 2009-09-16 20:20:57 -0700 (Wed, 16 Sep 2009) | 1 line

HBASE-1684  Backup (Export/Import) contrib tool for 0.20
{code}

dropped

{code}
+    pgd.addClass(HStoreFileToStoreFile.JOBNAME,
+      HStoreFileToStoreFile.class,
+      "Bulk convert 0.19 HStoreFiles to 0.20 StoreFiles");
{code}

Add it back.

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


[jira] Resolved: (HBASE-1924) MapReduce Driver lost hsf2sf backporting hbase-1684

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

stack resolved HBASE-1924.
--------------------------

       Resolution: Fixed
    Fix Version/s: 0.20.2

Committed on branch.  Thanks Dave Latham for pointing it out.

> MapReduce Driver lost hsf2sf backporting hbase-1684
> ---------------------------------------------------
>
>                 Key: HBASE-1924
>                 URL: https://issues.apache.org/jira/browse/HBASE-1924
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>             Fix For: 0.20.2
>
>
> The below....
> {code}
> ------------------------------------------------------------------------
> r816035 | stack | 2009-09-16 20:20:57 -0700 (Wed, 16 Sep 2009) | 1 line
> HBASE-1684  Backup (Export/Import) contrib tool for 0.20
> {code}
> dropped
> {code}
> +    pgd.addClass(HStoreFileToStoreFile.JOBNAME,
> +      HStoreFileToStoreFile.class,
> +      "Bulk convert 0.19 HStoreFiles to 0.20 StoreFiles");
> {code}
> Add it back.

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