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  написал(а):
> 
> Did you try ssh -L 4040:127.0.0.1:4040 user@host
> 
> Thanks
> Best Regards
> 
>> On Mon, Mar 23, 2015 at 1:12 PM, sergunok  wrote:
>> Is it a way to tunnel Spark UI?
>> 
>> I tried to tunnel client-node:4040  but my browser was redirected from
>> localhost to some cluster locally visible domain name..
>> 
>> Maybe there is some startup option to encourage Spark UI be fully
>> accessiable just through single endpoint (address:port)?
>> 
>> Serg.
>> 
>> 
>> 
>> --
>> View this message in context: 
>> http://apache-spark-user-list.1001560.n3.nabble.com/Spark-UI-tunneling-tp22184.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
> 


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 
java.lang.ProcessBuilder.start().

What could be wrong?

Should I start some scripts before spark-submit?

I have windows 7 and spark 1.2.1

Sergey.



-
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org