集合运算练习

union(), intersection(),subtract(), cartesian() 

三、学生课程分数

网盘下载sc.txt文件,通过RDD操作实现以下数据分

持久化 stu.cache()

 

总共有多少学生?map(), distinct(), count()

开设了多少门课程?

 

 

每个学生选修了多少门课?map(), countByKey()

每门课程有多少个学生选?map(), countByValue()

多少个100分?

 

Tom选修了几门课?每门课多少分?filter(), map() RDD

Tom选修了几门课?每门课多少分?map(),lookup()  list

posted on 2022-04-11 16:16  侨少  阅读(43)  评论(0)    收藏  举报