Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 265 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 265 Bytes

JavaSpark

A sample Spark project with the Java API.

Uses the Maven build tool, adds Spark as a dependency, and junit for testing.

Tests

Run the tests with mvn test.

Todo

  • Add custom DataFrame transformation
  • Add spark-fast-tests
  • Add spark-daria