Hi Bhushan, Yes, MapReduce is supported over HBase for all releases in recent memory.
Please provide the relevant stacktrace of the error you're seeing. How are you interacting with HBase from MapReduce -- for online reading, writing, I recommend you make use of TableMapper, TableReducer. Be sure to configure your job using TableMapReduceUtil. All of these classes, along with examples of writing MapReduce jobs against HBase, are shipped in the org.apache.hadoop.hbase.mapreduce package. Are you able to interact with HBase via the shell (create table, put, scan)? Be sure you've satisfied the prerequisites [0] for running HBase. Specifically, I suspect DNS [1] and loopback [2] configuration are pertinent. Thanks, Nick [0]: http://hbase.apache.org/book.html#basic.prerequisites [1]: http://hbase.apache.org/book.html#dns [2]: http://hbase.apache.org/book.html#loopback.ip On Sun, Feb 24, 2013 at 8:57 PM, bhushan.kandalkar < [email protected]> wrote: > Thanks Ted. > > I am using Hadoop-1.0.3 and HBase-0.94.3. Is MapReduce job runs over this > configuration? > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/MapReduce-job-over-HBase-fails-tp4038768p4039083.html > Sent from the HBase User mailing list archive at Nabble.com. >
