06RDD

  • 总共有多少学生?map(), distinct(), count()
  • 开设了多少门课程?
  •  

     

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

     

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

     

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

     

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

     

posted @ 2021-04-19 11:36  庄泽镇  阅读(51)  评论(0编辑  收藏  举报