On Wed, Mar 28, 2012 at 1:18 AM, Roberto Alonso <[email protected]> wrote: > Hello, > > I think the problem is not that. If I don't put this env > variable $HBASE_CONF_DIR, everything starts correctly, I don't think I need > to put it. My problem is that the map reduce is not executing in parallel.
How are you starting the job? ./bin/hbase MR_CLASS or ./bin/hadoop job MR_CLASS? St.Ack P.S. This may be of help http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/mapreduce/package-summary.html#package_description
