Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 332 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 332 Bytes

Few Basic Spark Concepts

Test driven practical snippets(Scala) to demonstrate some of the most basic concepts and abstractions in Spark:

  • Lazy Evaluation
  • RDD Transformations
  • Partitioning
  • User Defined Function(UDF)
  • DataFrame
  • DataSet

    Software Requirements

  • IntelliJIDE
  • JDK 8