Re: Line numbers by default in a new paragraph of a given interpreter

2019-11-05 Thread Jeff Zhang
I don't think it is supported in interpreter level now. Artur Rataj 于2019年11月6日周三 上午12:36写道: > Can I enable line numbers by default for a given interpreter? I added > "lineNumbers": true to the respective interpreter-setting.json but it > has no effect when I create a new paragraph with that int

RE: passing extra data dynamically to spark job

2019-11-05 Thread Paul Brenner
I don’t think you can just email the list with the word “unsubscribe”. I’m not sure why people keep doing that (not saying you did this but a lot of people do). On the other hand if you go here: https://zeppelin.apache.org/community.html  there is a link to unsubscribe next to “Users”. Basicall

Line numbers by default in a new paragraph of a given interpreter

2019-11-05 Thread Artur Rataj
Can I enable line numbers by default for a given interpreter? I added "lineNumbers": true to the respective interpreter-setting.json but it has no effect when I create a new paragraph with that interpreter selected.

Re: Dimension of output viewport

2019-11-05 Thread Artur Rataj
I wrapped the image with div, disregard. On Tue, Nov 5, 2019 at 2:50 PM Artur Rataj wrote: > > I would like to have an SVG image which, when larger than the output > viewport, can be scrolled. But resize/scroll rules are not clear for > me. > > creates a very long web page, no > vertical scrollb

Dimension of output viewport

2019-11-05 Thread Artur Rataj
I would like to have an SVG image which, when larger than the output viewport, can be scrolled. But resize/scroll rules are not clear for me. creates a very long web page, no vertical scrollbar, the viewport does not become wider and there is also no horizontal scrollbar, so the image is cut on i

Re: Writing a remote interpreter in 0.9

2019-11-05 Thread Artur Rataj
Bidirectional callbacks instead of less effective callback/pooling? And if the interpreter registers, there is no need for add interpreter/remote application/remote port number? So this part of UI is obsolete in 0.9? If there is a local Zeppelin instance, the following in another process

Re: Writing a remote interpreter in 0.9

2019-11-05 Thread Jeff Zhang
callback host is the Zeppelin Server host, RemoteInterpreterServer needs to know where is the Zeppelin Server and register to it, in that way they can establish bi-directional communication between Zeppelin Server and RemoteInterpreterServer. Artur Rataj 于2019年11月5日周二 下午6:08写道: > What is this ca

Call for contributors for Zeppelin docs

2019-11-05 Thread Jeff Zhang
Hi Folks, We have done lots of work in 0.9 and the community expect to release it by the end of this year. But there's one major task needs to be done which is the documentation. I have created umbrella ticket for document updates[1]. The scope of this ticket is to revisit the current documentatio

Re: Writing a remote interpreter in 0.9

2019-11-05 Thread Artur Rataj
What is this callback host in RemoteInterpreterServer? Does it specify a concrete instance of Zeppelin? If yes, why? I would think that the interpreter waits on a port and creates its new instances for any Zeppelin instance that connects. On Tue, Nov 5, 2019 at 8:58 AM Artur Rataj wrote: > > So I