Prev Next

BigData / Apache Spark

What is Spark shell?

Spark’s shell provides a simple way to learn the API, as well as a powerful tool to analyze data interactively. It is available in either Scala or Python.

Scala: ./bin/spark-shell
Python: ./bin/pyspark

More Related questions...

Show more question and Answers...


Comments & Discussions