Skip to content

spark-hsinchu/spark-hands-on

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

spark-hands-on

$ git clone -b helloworld https://github.com/spark-hsinchu/spark-hands-on.git helloworld
$ git clone -b empty https://github.com/spark-hsinchu/spark-hands-on.git myhelloworld
$ cd myhelloworld
$ vim build.sbt
  • WordCount
$ git clone -b wordcount https://github.com/spark-hsinchu/spark-hands-on.git wordcount
$ git clone -b empty https://github.com/spark-hsinchu/spark-hands-on.git mywordcount
$ cd mywordcount
$ mkdir -p src/main/scala/spark/driver
$ vim build.sbt