January 2019
Beginner to intermediate
154 pages
4h 31m
English
Spark provides a different command-line interface, that is read–eval–print loop (REPL) for different programming languages. You can choose the type of REPL from the following, based on the language of your choice:
spark-shell
The following screen will be displayed after the execution of the previous command:

Once the driver (one of Spark's components) is started, you can access all of the Scala and Java APIs in the shell:
Read now
Unlock full access