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.