You need to have Scala downloaded in the environment where you run
Spark and the Scala library also needs to be included in your
classpath.
If you look at the run script inside the spark/ folder, you'll see
some lines that do this:
CLASSPATH+=":$SCALA_LIBRARY_PATH/scala-library.jar"
CLASSPATH+=":$SCALA_LIBRARY_PATH/scala-compiler.jar"
CLASSPATH+=":$SCALA_LIBRARY_PATH/jline.jar"
This seems like maybe what is going on in your case.
- Patrick
> --
> You received this message because you are subscribed to the Google Groups
> "Spark Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
spark-users...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>