You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2008/08/01 03:06:32 UTC

[jira] Created: (HBASE-791) RowCount doesn't work

RowCount doesn't work
---------------------

                 Key: HBASE-791
                 URL: https://issues.apache.org/jira/browse/HBASE-791
             Project: Hadoop HBase
          Issue Type: Bug
          Components: mapred
    Affects Versions: 0.2.0
            Reporter: Jean-Daniel Cryans
            Assignee: Jean-Daniel Cryans
            Priority: Minor
             Fix For: 0.2.0


>From Yair Even-Zohar
{quote}
looked at the code in the 0.2.0 and the args[0] is used twice
   c.set("hbase.master", args[0]);
And

   // First arg is the output directory.

   c.setOutputPath(new Path(args[0]));

Was anybody able to use this class?
{quote}

In fact it does not work and there is also a NPE that gets thrown.

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


[jira] Updated: (HBASE-791) RowCount doesn't work

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

Jean-Daniel Cryans updated HBASE-791:
-------------------------------------

    Attachment: hbase-791-v1.patch

Fixes said problems. Please review unless I get my credentials soon.

> RowCount doesn't work
> ---------------------
>
>                 Key: HBASE-791
>                 URL: https://issues.apache.org/jira/browse/HBASE-791
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.2.0
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Minor
>             Fix For: 0.2.0
>
>         Attachments: hbase-791-v1.patch
>
>
> From Yair Even-Zohar
> {quote}
> looked at the code in the 0.2.0 and the args[0] is used twice
>    c.set("hbase.master", args[0]);
> And
>    // First arg is the output directory.
>    c.setOutputPath(new Path(args[0]));
> Was anybody able to use this class?
> {quote}
> In fact it does not work and there is also a NPE that gets thrown.

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


[jira] Resolved: (HBASE-791) RowCount doesn't work

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

stack resolved HBASE-791.
-------------------------

    Resolution: Fixed

Committed.  Thanks for the patch J-D.

> RowCount doesn't work
> ---------------------
>
>                 Key: HBASE-791
>                 URL: https://issues.apache.org/jira/browse/HBASE-791
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.2.0
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Minor
>             Fix For: 0.2.0
>
>         Attachments: hbase-791-v1.patch
>
>
> From Yair Even-Zohar
> {quote}
> looked at the code in the 0.2.0 and the args[0] is used twice
>    c.set("hbase.master", args[0]);
> And
>    // First arg is the output directory.
>    c.setOutputPath(new Path(args[0]));
> Was anybody able to use this class?
> {quote}
> In fact it does not work and there is also a NPE that gets thrown.

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