Re: Current Build Gives HTTP ERROR

2015-01-13 Thread Ganon Pierce
Yeah upon running the test locally I receive: Pi is roughly 3.139948” So spark is working, it’s just the application ui that is not… On Jan 13, 2015, at 1:13 PM, Ganon Pierce ganon.pie...@me.com wrote: My application logs remain stored as .inprogress files, e.g.

Re: Current Build Gives HTTP ERROR

2015-01-13 Thread Ganon Pierce
Perhaps I need to change my spark.eventLog.dir to an hdfs directory? Could this have something to do with the “history server” not having access to my application logs? On Jan 13, 2015, at 1:13 PM, Ganon Pierce ganon.pie...@me.com wrote: My application logs remain stored as .inprogress

Re: Current Build Gives HTTP ERROR

2015-01-13 Thread Ganon Pierce
My application logs remain stored as .inprogress files, e.g. app-20150113190025-0004.inprogress” even after completion, could this have something to do with what is going on. @ Ted Yu Where do I find the master log? It’s not very obviously labeled in my /tmp/ directory. Sorry if I should

Re: Current Build Gives HTTP ERROR

2015-01-13 Thread Ganon Pierce
Also, thanks for everyone’s help so far! On Jan 13, 2015, at 2:04 PM, Ganon Pierce ganon.pie...@me.com wrote: Yeah upon running the test locally I receive: Pi is roughly 3.139948” So spark is working, it’s just the application ui that is not… On Jan 13, 2015, at 1:13 PM, Ganon

Re: Current Build Gives HTTP ERROR

2015-01-13 Thread Ganon Pierce
After clean build still receiving the same error. On Jan 6, 2015, at 3:59 PM, Sean Owen so...@cloudera.com wrote: FWIW I do not see any such error, after a mvn -DskipTests clean package and ./bin/spark-shell from master. Maybe double-check you have done a full clean build. On Tue,

Re: Current Build Gives HTTP ERROR

2015-01-13 Thread Ted Yu
Gabon: Can you check the master log to see if there is some clue ? Cheers On Jan 13, 2015, at 2:03 AM, Robin East robin.e...@xense.co.uk wrote: I’ve just pulled down the latest commits from github, and done the following: 1) mvn clean package -DskipTests builds fine 2)

Re: Current Build Gives HTTP ERROR

2015-01-13 Thread Robin East
I’ve just pulled down the latest commits from github, and done the following: 1) mvn clean package -DskipTests builds fine 2) ./bin/spark-shell works 3) run SparkPi example with no problems: ./bin/run-example SparkPi 10 4) Started a master ./sbin/start-master.sh grabbed the MasterWebUI

Re: Current Build Gives HTTP ERROR

2015-01-13 Thread Sean Owen
(This also works for me on a fresh VM, fresh pull, etc.) On Tue, Jan 13, 2015 at 10:03 AM, Robin East robin.e...@xense.co.uk wrote: I’ve just pulled down the latest commits from github, and done the following: 1) mvn clean package -DskipTests builds fine 2) ./bin/spark-shell works 3)

Re: Current Build Gives HTTP ERROR

2015-01-13 Thread Ganon Pierce
Yep did this and can view the masterwebui no problem: 4) Started a master ./sbin/start-master.sh grabbed the MasterWebUI from the master log - Started MasterWebUI at http://x.x.x.x:8080 http://x.x.x.x:8080/ Can view the MasterWebUI from local browser However, cannot see view the app UI in

Re: Current Build Gives HTTP ERROR

2015-01-13 Thread Ganon Pierce
Here is the master log: Spark Command: /usr/lib/jvm/java-1.7.0/bin/java -cp ::/root/ephemeral-hdfs/conf:/root/spark/sbin/../conf:/root/spark/lib/spark-assembly-1.3.0-SNAPSHOT-hadoop1.0.4.jar -XX:MaxPermSize=128m -Dspark.akka.logLifecycleEvents=true -Xms512m -Xmx512m

Current Build Gives HTTP ERROR

2015-01-06 Thread Ganon Pierce
I’m attempting to build from the latest commit on git and receive the following error upon attempting to access the application web ui: HTTP ERROR: 500 Problem accessing /jobs/. Reason: Server Error Powered by Jetty:// My driver also prints this error:

Re: Current Build Gives HTTP ERROR

2015-01-06 Thread Sean Owen
FWIW I do not see any such error, after a mvn -DskipTests clean package and ./bin/spark-shell from master. Maybe double-check you have done a full clean build. On Tue, Jan 6, 2015 at 9:09 PM, Ganon Pierce ganon.pie...@me.com wrote: I’m attempting to build from the latest commit on git and