How to bind webui to localhost?

2016-01-14 Thread Zee Chen
Hi, what is the easiest way to configure the Spark webui to bind to localhost or 127.0.0.1? I intend to use this with ssh socks proxy to provide a rudimentary "secured access". Unlike hadoop config options, Spark doesn't allow the user to directly specify the ip addr to bind services to.

Re: How to bind webui to localhost?

2016-01-14 Thread Shixiong(Ryan) Zhu
Yeah, it's hard code as "0.0.0.0". Could you send a PR to add a configuration for it? On Thu, Jan 14, 2016 at 2:51 PM, Zee Chen wrote: > Hi, what is the easiest way to configure the Spark webui to bind to > localhost or 127.0.0.1? I intend to use this with ssh socks proxy to >

Re: How to bind webui to localhost?

2016-01-14 Thread Zee Chen
sure will do. On Thu, Jan 14, 2016 at 3:19 PM, Shixiong(Ryan) Zhu wrote: > Yeah, it's hard code as "0.0.0.0". Could you send a PR to add a > configuration for it? > > On Thu, Jan 14, 2016 at 2:51 PM, Zee Chen wrote: >> >> Hi, what is the easiest way to