Skip to content

Pet project to replace the Python code with Scala for the book in the Sams Teach Yourself series.

License

Notifications You must be signed in to change notification settings

TerraSpecOp/Apache-Spark-In-24-Hours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache-Spark-In-24-Hours

As a personal project, I'm taking all the sample Python code in Apache Spark In 24 Hours, and converting it to Scala. The code can be used in the Try It Yourself sections. This code runs on Apache Spark 2.2.0.

Hour 10

In the book, the code uses RDDs. However, with structured data, you're supposed to use Datasets and Dataframes, so I wrote it using suggested best practice.

About

Pet project to replace the Python code with Scala for the book in the Sams Teach Yourself series.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages