摘要: 1、设置job的基础属性Job job = new Job();job.setJarByClass(***.class);job.setJobName(“job name”);job.setNumReduce(2);2、设置Map与Reudce的类job.setMappgerClass(*.clas... 阅读全文
posted @ 2015-02-02 21:33 eagleGeek 阅读(586) 评论(0) 推荐(0) 编辑
摘要: 1、 HBase is able to connect to ZooKeeper but the connection closes immediatelyhbase(main):001:0> listTABLE ERROR: org.apache.hadoop.hbase.ZooKeeperCon... 阅读全文
posted @ 2015-02-02 16:16 eagleGeek 阅读(248) 评论(0) 推荐(0) 编辑