Skip to content

valohai/spark-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spark-example

This repository contains a sample Spark job in Python. The script demonstrates:

  1. Reading data from a CSV file into a Spark DataFrame (titanic dataset).
  2. Performing a simple transformation (grouping by the Age column and counting).
  3. Optionally running a user-provided SQL query on the data (via Valohai parameters).
  4. Writing the transformation and optional SQL results to disk.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages