Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Command fix

...

In the event of "Could not find resource path for Web UI: org/apache/spark/ui/static", it's due to a classpath issue (some classes were probably not compiled). To fix this, it sufficient to run a test from the command line:

Code Block
sbt/sbt "test-only org.apache.spark.rdd.SortingSuite"