Skip to content

imitelis/spark-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark Tutorial

Just some Spark tutorial with Scala

Dataset

For this project we will be consuming data from here.

Concept Description RDD Low-level distributed collection (rarely used directly now) DataFrame Table-like abstraction; most common API SparkSession Entry point to Spark functionality Transformations .filter(), .select(), .map(), etc. Actions .show(), .collect(), .count(), etc. Caching df.cache() for repeated use Reading files .read.csv, .read.json, .read.parquet

About

Spark tutorial with Scala

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages