什么是spark,spark运行模式,local模式,使用spark-shell,Standalone模式,Yarn模式,案例实操WordCount程序
目录第1部分Spark基础第1章Spark概述1.1什么是Spark1.2.1快速1.2.2易用1.3.1集群管理器(ClusterManager)第2章Spark运行模式2.1Local模式2.1.1解压Spark安装包2.1.2运行官方求PI的案例2.1.3使用Spark-shell步骤1:创建2个文本文件步骤2:打开Spark-shell步骤3:查看进程和通过web查看应用程序运行情况步骤4