I'm using EMR and can launch spark-shell, but I want to run Scala REPL. Whenever I try to type scala command on shell it gives a bash error:
-bash: scala: command not found
How do I locate and run Scala REPL provided that Spark is already installed and configured?