Re: Could not find resource path for Web UI: org/apache/spark/ui/static

2014-02-05 Thread zgalic
C_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.

Re: Could not find resource path for Web UI: org/apache/spark/ui/static

2014-02-05 Thread goi cto
k.HttpServer: Starting HTTP Server > 14/02/05 14:44:25 INFO server.Server: jetty-7.6.8.v20121106 > 14/02/05 14:44:25 INFO server.AbstractConnector: Started > SocketConnector@0.0.0.0:34166 > Exception in thread "main" java.lang.Exception: Could not find resource

Could not find resource path for Web UI: org/apache/spark/ui/static

2014-02-05 Thread zgalic
INFO server.Server: jetty-7.6.8.v20121106 14/02/05 14:44:25 INFO server.AbstractConnector: Started SocketConnector@0.0.0.0:34166 Exception in thread "main" java.lang.Exception: Could not find resource path for Web UI: org/apache/spark/ui/static at org.apache.spark.ui.

Re: Could not find resource path for Web UI: org/apache/spark/ui/static

2013-12-16 Thread Walrus theCat
gt;>>>>> Good to hear from you. The stack trace is below. I launched the >>>>>>> instances with --spark-version=0.8.0 and verified that the version was >>>>>>> correct by launching spark-shell. Also verified that the version I've >>

Re: Could not find resource path for Web UI: org/apache/spark/ui/static

2013-12-05 Thread Mark Hamstra
< >>>>> walrusthe...@gmail.com> wrote: >>>>> >>>>>> Hi Matei, >>>>>> >>>>>> Good to hear from you. The stack trace is below. I launched the >>>>>> instances with --spark-version=0.8.0 and veri

Re: Could not find resource path for Web UI: org/apache/spark/ui/static

2013-12-05 Thread Walrus theCat
t the version was >>>>> correct by launching spark-shell. Also verified that the version I've got >>>>> in my project is 0.8.0. Nothing else should have changed, as the scripts >>>>> I >>>>> use to set up the classpath and everythi

Re: Could not find resource path for Web UI: org/apache/spark/ui/static

2013-12-02 Thread Walrus theCat
n was >>>> correct by launching spark-shell. Also verified that the version I've got >>>> in my project is 0.8.0. Nothing else should have changed, as the scripts I >>>> use to set up the classpath and everything is the exact same as I used in >>&g

Re: Could not find resource path for Web UI: org/apache/spark/ui/static

2013-12-01 Thread Walrus theCat
up the classpath and everything is the exact same as I used in >>> 0.7.3. >>> >>> Cheers, >>> >>> >>> java.lang.Exception: Could not find resource path for Web UI: >>> org/apache/spark/ui/static >>> at >>> org.apache.

Re: Could not find resource path for Web UI: org/apache/spark/ui/static

2013-11-29 Thread Ashish Rangole
spark-shell. Also verified that the version I've got >> in my project is 0.8.0. Nothing else should have changed, as the scripts I >> use to set up the classpath and everything is the exact same as I used in >> 0.7.3. >> >> Cheers, >> >> >> java.lang

Re: Could not find resource path for Web UI: org/apache/spark/ui/static

2013-11-29 Thread Walrus theCat
act same as I used in > 0.7.3. > > Cheers, > > > java.lang.Exception: Could not find resource path for Web UI: > org/apache/spark/ui/static > at > org.apache.spark.ui.JettyUtils$.createStaticHandler(JettyUtils.scala:89) > at org.apache.spark.ui.SparkUI.(SparkUI.s

Re: Could not find resource path for Web UI: org/apache/spark/ui/static

2013-11-29 Thread Walrus theCat
pts I use to set up the classpath and everything is the exact same as I used in 0.7.3. Cheers, java.lang.Exception: Could not find resource path for Web UI: org/apache/spark/ui/static at org.apache.spark.ui.JettyUtils$.createStaticHandler(JettyUtils.scala:89) at org.apache.spark.ui.Sp

Re: Could not find resource path for Web UI: org/apache/spark/ui/static

2013-11-27 Thread Matei Zaharia
Sorry, what’s the full context for this? Do you have a stack trace? My guess is that Spark isn’t on your classpath, or maybe you only have an old version of it on there. Matei On Nov 27, 2013, at 6:04 PM, Walrus theCat wrote: > To clarify, I just undid that "var... field.." thing described ab

Re: Could not find resource path for Web UI: org/apache/spark/ui/static

2013-11-27 Thread Walrus theCat
To clarify, I just undid that "var... field.." thing described above, and it throws the same error. On Wed, Nov 27, 2013 at 5:53 PM, Walrus theCat wrote: > Hi all, > > This exception gets thrown when I assign a value to the variable holding > my SparkContext. I initialize it as a var holding a

Could not find resource path for Web UI: org/apache/spark/ui/static

2013-11-27 Thread Walrus theCat
Hi all, This exception gets thrown when I assign a value to the variable holding my SparkContext. I initialize it as a var holding a null value (so it can be a field), and then give it a value in my main method. This worked with the previous version of Spark, but is not working on Spark 0.8.0.