Hi, I'm running RowCounter (script below) from the new hirb shell on a 130+ regions table (~250GB) and it creates a local job(that I don't expect to end :) ). It even fails if I try to specify an output path in hdfs.
I just upgraded the cluster to Hadoop 0.17.1 and HBase 0.2.0. Am I doing something wrong, or is this a RowCounter problem? The JobTracker reports all nodes as up. And regular map-reduce jobs work fine. I've seen some emails about https://issues.apache.org/jira/browse/HBASE-751 that was related to the RowCounter running locally, but that seems to be fixed and part of 0.2.0. import org.apache.hadoop.hbase.mapred.RowCounter c = RowCounter.new() c.setConf(@configuration) c.run(['/home/hadoop/rowcounter','test_table','test_family:'].to_java(:string)) Thanks, Cosmin
