Re: Custom Spark Interpreter?

2018-01-24 Thread Jeff Zhang
But if you don't set it in interpreter setting, it would get spark ui url dynamically. ankit jain 于2018年1月25日周四 下午3:03写道: > That method is just reading it from a config defined in interpreter > settings called "uiWebUrl" which makes it configurable but still static. >

Re: Custom Spark Interpreter?

2018-01-24 Thread ankit jain
That method is just reading it from a config defined in interpreter settings called "uiWebUrl" which makes it configurable but still static. On Wed, Jan 24, 2018 at 10:58 PM, Jeff Zhang wrote: > > IIRC, spark interpreter can get web ui url at runtime instead of static > url. >