摘要: hive优化 group by 数据倾斜 join数据倾斜 多个job并行(union all) 减少job个数 python代码 #!/bin/bashimport sys; if __name__=='__main__': for line in sys.stdin: m=line.strip( 阅读全文
posted @ 2016-08-29 16:01 simple_wxl 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 1、hashmap是线程不安全的,能够有key,value能有null hashtable是线程安全的,key,value不能有null 阅读全文
posted @ 2016-08-29 14:12 simple_wxl 阅读(200) 评论(0) 推荐(0) 编辑