06 2018 档案

摘要:reduceByKey -- list I'm kind of late to the conversation, but here's my suggestion: >>> foo = sc.parallelize([(1, ('a','b')), (2, ('c','d')), (1, ('x','y'))]) >>> foo.map(lambda (x,y): (x, [y])).red... 阅读全文
posted @ 2018-06-22 22:00 桃源仙居 阅读(71) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/roy-blog/p/7211761.html https://blog.csdn.net/xiao__gui/article/details/50041673 在Linux操作系统中,经常需要查看日志文件的实时输出内容,通常会使用tail -f或者t 阅读全文
posted @ 2018-06-21 22:48 桃源仙居 阅读(182) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-06-12 10:11 桃源仙居 阅读(408) 评论(0) 推荐(0)
摘要:需求问题 源码 阅读全文
posted @ 2018-06-11 10:10 桃源仙居 阅读(213) 评论(0) 推荐(0)