Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by stack: http://wiki.apache.org/hadoop/Hbase/MapReduce The comment on the change is: Added Naama example ------------------------------------------------------------------------------ Reading from hbase, the !TableInputFormat asks hbase for the list of regions and makes a map-per-region. Writing, its better to have lots of reducers so load is spread across the hbase cluster. + = Sample MR+HBase Jobs = + A [http://www.nabble.com/Re%3A-Map-Reduce-over-HBase---sample-code-p18126819.html students/classes example] by Naama Kraus. + - = Sample MR Bulk Uploader = + == Sample MR Bulk Uploader == Read the class comment below for specification of inputs, prerequisites, etc. {{{ package org.apache.hadoop.hbase.mapred;
