错误现象:
解决:
SparkUI seems to use a scala package, try adding this dsependency to your pom file to put the scala.xml package on your classpath.
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-xml</artifactId>
<version>2.11.0-M4</version>
</dependency>