2013年3月26日

HBase MapReduce Examples

摘要: import java.io.IOException;import java.util.List;import org.apache.hadoop.conf.Configured;import org.apache.hadoop.hbase.KeyValue;import org.apache.hadoop.hbase.client.Put;import org.apache.hadoop.hbase.client.Result;import org.apache.hadoop.hbase.client.Scan;import org.apache.hadoop.hbase.io.Immuta 阅读全文

posted @ 2013-03-26 14:42 kobe_tim 阅读(972) 评论(0) 推荐(0)

HBase MapReduce DNS error

摘要: I have the problem as Alberto. And I have followed Harsh's guide tosolve it. But I still get the error logging message. The followingcode in org.apache.hadoop.hbase.mapreduce.TableInputFormatBaseproduces the error message.try { regionLocation = reverseDNS(regionAddress);} catch (NamingException 阅读全文

posted @ 2013-03-26 14:38 kobe_tim 阅读(1521) 评论(0) 推荐(0)

导航