The default way of getting spark shell seems to be to download the distribution from the website. Yet, this spark issue mentions that it can be installed via sbt
. I could not find documentation on this. In a sbt project that uses spark-sql
and spark-core
, no spark-shell
binary was found.
How do you run spark-shell
from sbt?