I use java version "1.7.0_21" OpenJDK Runtime Environment (IcedTea 2.3.9) (suse-0.17.15-x86_64) OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
and seeting JVM to 1.7 in SparkBuild.scala: ... // Target JVM version val SCALAC_JVM_VERSION = "jvm-1.7" val JAVAC_JVM_VERSION = "1.7" ... fixed the problem ! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Could-not-find-resource-path-for-Web-UI-org-apache-spark-ui-static-tp1237p1244.html Sent from the Apache Spark User List mailing list archive at Nabble.com.
