spark-shell开发wordcount程序

编辑要处理的文件

vim spark.txt

spark-shell开发wordcount程序

内容如下
spark-shell开发wordcount程序
上传文件到hdfs中

hadoop fs -put /spark.txt /

查看

hadoop fs -ls /

spark-shell开发wordcount程序

进入spark的bin目录 执行 ./spark-shell
spark-shell开发wordcount程序
编写scala代码

spark-shell开发wordcount程序

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/190611.html

(0)
上一篇 2021年11月14日
下一篇 2021年11月14日

相关推荐

发表回复

登录后才能评论