摘要:
1 /** 2 * Created by Edward on 2016/6/30. 3 */ 4 public class TestEnum { 5 6 //方法一 7 public enum SexEnum{ 8 MALE,FEMALE; 9 } 10 11 //方法二 12 public enum SexE... 阅读全文
posted @ 2016-06-30 15:30
单行道|
阅读(450)
评论(0)
推荐(0)
摘要:
官方手册:http://hbase.apache.org/book.html#mapreduce.example 简单的操作,将hbase表中的数据写入到文件中。 RunJob 源码: MyMapper代码: MyReducer代码: 阅读全文
posted @ 2016-06-30 09:42
单行道|
阅读(329)
评论(0)
推荐(0)
浙公网安备 33010602011771号