JettyUtils is marked with:
private[spark] object JettyUtils extends Logging {

FYI

On Fri, Mar 27, 2015 at 9:50 AM, kmader <kevin.ma...@gmail.com> wrote:

> I have a very strange error in Spark 1.3 where at runtime in the
> org.apache.spark.ui.JettyUtils object the method createServletHandler is
> not
> found
>
> Exception in thread "main" java.lang.NoSuchMethodError:
>
> org.apache.spark.ui.JettyUtils$.createServletHandler(Ljava/lang/String;Ljavax/servlet/http/HttpServlet;Ljava/lang/String;)Lorg/eclipse/jetty/servlet/ServletContextHandler;
>
>
> The code compiles without issue, but at runtime it fails. I know the Jetty
> dependencies have been changed, but this should not affect the JettyUtils
> inside Spark Core, or is there another change I am not aware of?
>
> Thanks,
> Kevin
>
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/JettyUtils-createServletHandler-Method-not-Found-tp22262.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
> For additional commands, e-mail: user-h...@spark.apache.org
>
>

Reply via email to