摘要: 5.RDD操作综合实例 一、词频统计 A. 分步骤实现 1.上传到hdfs上 2,读文件创建RDD 3.分词 4.排除大小写lower(),map() 5.标点符号re.split(pattern,str),flatMap(),停用词,可网盘下载stopwords.txt,filter(),长度小于 阅读全文
posted @ 2022-04-07 20:17 xun_11 阅读(31) 评论(0) 推荐(0)