Skip to content

sanori/spark-sql-example

Repository files navigation

Spark scripts only in SQL

SparkSQL only examples that process William Shakespeare's plays. The text of William Shakespeare's plays are from https://old.datahub.io/dataset/william-shakespeare-plays .

How to run

SQL scripts:

$SPARK_HOME/bin/spark-sql -f length_of_play.sql

Python scripts:

$SPARK_HOME/bin/spark-submit length_of_play.py

References

About

Spark batch script examples that is written in only SQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages