2019年6月11日
摘要: 变量的定义 方法和函数 逻辑执行语句 集合操作 类(重要) 集合的高级操作(重要) 高级特性 actor 并发编程的接口(非常重要) spark(what、how、why、use、运维<源码的理解>) 课程目标 什么是spark? how1(部署) 启动 运行shell 用api开发spark代码 阅读全文
posted @ 2019-06-11 11:50 o_0的园子 阅读(352) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/qingyunzong/p/8899715.html 练习1:map、filter //通过并行化生成rdd val rdd1 = sc.parallelize(List(5, 6, 4, 7, 3, 8, 2, 9, 1, 10)) //对rdd1里 阅读全文
posted @ 2019-06-11 11:42 o_0的园子 阅读(168) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_41666747/article/details/79942847 https://blog.csdn.net/beichen0518/article/details/79674639 https://yq.aliyun.com/articl 阅读全文
posted @ 2019-06-11 11:41 o_0的园子 阅读(163) 评论(0) 推荐(0) 编辑