Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 577 Bytes

File metadata and controls

23 lines (15 loc) · 577 Bytes

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