BigData / Apache Spark
What is Spark shell?
Sparks 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...