Re: Unable to start Zeppelin + Spark

2015-10-02 Thread ๏̯͡๏
I have 9002 and i then modified to 9012. Logs $ ./grunt build Running "clean:server" (clean) task Cleaning .tmp...OK Running "wiredep:app" (wiredep) task Running "wiredep:test" (wiredep) task Running "concurrent:test" (concurrent) task Running "copy:styles" (copy) task

Re: Unable to start Zeppelin + Spark

2015-10-02 Thread Corneau Damien
No, it still fail. You have a problem with phantomJS on your machine. On Oct 3, 2015 3:40 AM, "ÐΞ€ρ@Ҝ (๏̯͡๏)" wrote: > I have 9002 and i then modified to 9012. > > Logs > > > $ ./grunt build > > Running "clean:server" (clean) task > > Cleaning .tmp...OK > > > Running

Re: Unable to start Zeppelin + Spark

2015-10-01 Thread ๏̯͡๏
Ignoring this exception. As graphs are being rendered. On Thu, Oct 1, 2015 at 11:47 AM, ÐΞ€ρ@Ҝ (๏̯͡๏) wrote: > I have a spark 1.4.1 and Zeppelin from GitHub built using > > *mvn clean package -Pspark-1.4 -Dspark.version=1.4.1 > -Dhadoop.version=2.7.0 -Phadoop-2.6 -Pyarn

Unable to start Zeppelin + Spark

2015-10-01 Thread ๏̯͡๏
I have a spark 1.4.1 and Zeppelin from GitHub built using *mvn clean package -Pspark-1.4 -Dspark.version=1.4.1 -Dhadoop.version=2.7.0 -Phadoop-2.6 -Pyarn -DskipTests* and i see this in logs BlockManagerId(2, datanode-2-9429.phx01.dev.ebayc3.com, 60713) INFO [2015-10-01 11:43:50,967]

Re: Unable to start Zeppelin + Spark

2015-10-01 Thread Randy Gelhausen
See https://issues.apache.org/jira/browse/ZEPPELIN-324 which was just merged. We switched the Karma JS unit tests to port 9002 since it is less commonly used than the previous default of 8080. If you're getting this error, can you check that you don't have another service already using port 9002?