Re: Spark UI tunneling

2015-03-23 Thread Sergey Gerasimov
Akhil, that's what I did. The problem is that probably web server tried to forward my request to another address accessible locally only. 23 марта 2015 г., в 11:12, Akhil Das ak...@sigmoidanalytics.com написал(а): Did you try ssh -L 4040:127.0.0.1:4040 user@host Thanks Best Regards

Stand-alone Spark on windows

2015-02-26 Thread Sergey Gerasimov
Hi! I downloaded Spark binaries unpacked and could successfully run pyspark shell and write and execute some code here BUT I failed with submitting stand-alone python scripts or jar files via spark-submit: spark-submit pi.py I always get exception stack trace with NullPointerException in