- 总共有多少学生?map(), distinct(), count()
- 开设了多少门课程?
-
- 每个学生选修了多少门课?map().countByValue() //map(), countByKey()
-
- 每门课程有多少个学生选?map(), countByValue()
-
- Tom选修了几门课?每门课多少分?filter(), map() RDD
-
- Tom选修了几门课?每门课多少分?map(),lookup() list
相关文章
- 08-02Windows核心编程:第10章 同步设备IO与异步设备IO
- 08-02RDD之action算子
- 08-02大数据之RDD
- 08-02RDD的创建及transform算子
- 08-02RDD算子
- 08-02编程之美_1.1 让CPU占用率曲线听你指挥
- 08-02python 并发编程 查看进程的pid与ppid
- 08-02ARM架构和编程-4
- 08-02Python编程之字符串排序
- 08-02Python学习3月10号【python编程 从入门到实践】---》笔记