Re: Word completion

2020-03-30 Thread Som Lima
a very good idea of latency. On Mon, 30 Mar 2020, 08:29 Jeff Zhang, wrote: > type tab will enable code completion > > Som Lima 于2020年3月30日周一 下午3:14写道: > >> Hi, >> >> As you can see I have my own spark session. >> Can you please tell me how to turn own code co

Re: Word completion

2020-03-30 Thread Jeff Zhang
type tab will enable code completion Som Lima 于2020年3月30日周一 下午3:14写道: > Hi, > > As you can see I have my own spark session. > Can you please tell me how to turn own code completion. > I did have it working for a while, I am not sure which setting it was. > Thank

Word completion

2020-03-30 Thread Som Lima
Hi, As you can see I have my own spark session. Can you please tell me how to turn own code completion. I did have it working for a while, I am not sure which setting it was. Thank you. mport org.apache.spark.sql.SparkSession sc.stop() val spark = SparkSession.builder().master("

Re: End of completion for z.runParagraph

2020-02-14 Thread Jeff Zhang
That's right, run paragraph synchronously api is better. 于2020年2月14日周五 下午6:51写道: > Thanks Jeff, it works fine J > > > > *From:* Jeff Zhang [mailto:zjf...@gmail.com] > *Sent:* Friday, February 14, 2020 09:59 > *To:* users > *Subject:* Re: End of completion f

RE: End of completion for z.runParagraph

2020-02-14 Thread stephane.davy
Thanks Jeff, it works fine J From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Friday, February 14, 2020 09:59 To: users Subject: Re: End of completion for z.runParagraph One workaround I can think of is using the rest api to get the paragraph status. http://zeppelin.apache.org/docs/0.8.2

RE: End of completion for z.runParagraph

2020-02-14 Thread stephane.davy
Or maybe run a paragraph synchronously: http://zeppelin.apache.org/docs/0.8.2/usage/rest_api/notebook.html#run-a-paragraph-synchronously ? From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Friday, February 14, 2020 09:59 To: users Subject: Re: End of completion for z.runParagraph One

Re: End of completion for z.runParagraph

2020-02-14 Thread Jeff Zhang
? > > > > *From:* Jeff Zhang [mailto:zjf...@gmail.com] > *Sent:* Friday, February 14, 2020 09:33 > *To:* users > *Subject:* Re: End of completion for z.runParagraph > > > > z.run is non-blocking call, it would just trigger the paragraph execution. > > The reason

RE: End of completion for z.runParagraph

2020-02-14 Thread stephane.davy
Hello Jeff, So does this mean that there is no solution? From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Friday, February 14, 2020 09:33 To: users Subject: Re: End of completion for z.runParagraph z.run is non-blocking call, it would just trigger the paragraph execution. The reason

Re: End of completion for z.runParagraph

2020-02-14 Thread Jeff Zhang
paragraph. > > > > Of course, the global idea is to have a single button which woul refresh > all the paragrpah in the right order > > > > > > *From:* Jeff Zhang [mailto:zjf...@gmail.com] > *Sent:* Thursday, February 13, 2020 11:11 > *To:* users > *Subject

RE: End of completion for z.runParagraph

2020-02-13 Thread stephane.davy
hursday, February 13, 2020 11:11 To: users Subject: Re: End of completion for z.runParagraph Because each interpreter has its own scheduler. They are in different schedulers. BTW, do you mind to share your note so that people can understand your question easier ? 于2020年2月13日周四 下午6:02写道: H

Re: End of completion for z.runParagraph

2020-02-13 Thread Jeff Zhang
Because each interpreter has its own scheduler. They are in different schedulers. BTW, do you mind to share your note so that people can understand your question easier ? 于2020年2月13日周四 下午6:02写道: > Hello all, > > > > I’d like to trigger many paragraphs execution from an angular one. If I > launc

End of completion for z.runParagraph

2020-02-13 Thread stephane.davy
Hello all, I’d like to trigger many paragraphs execution from an angular one. If I launch many spark ones, they are executed one after each other, but if I mix spark and angular ones, angular ones are triggered even if spark ones are not finished yet. I guess this comes from the asynchronous b

Re: Auto completion for defined variable names

2017-03-21 Thread moon soo Lee
Hi, Thanks for reporting the problem. Although some interpreter implements auto-completions, overall experience on auto-completion is something that Zeppelin need to improve. If you can file some JIRA issues, that will encourage code contributions. Thanks, moon On Mon, Mar 20, 2017 at 4:51 AM

Auto completion for defined variable names

2017-03-20 Thread Meethu Mathew
Hi, Is there any way to get auto-completion or suggestions for the defined variable names? In Jupyter notebooks, once defined variables will show under suggestions. Ctrl+. is giving awkward suggestions for related functions also. For a spark data frame, it wont show the relevant functions

Re: Completion

2016-09-12 Thread Cyril Scetbon
https://issues.apache.org/jira/browse/ZEPPELIN-1429 > On Sep 12, 2016, at 11:49, Hyung Sung Shim wrote: > > Maybe it was my misunderstood, I thought that doesn't work pop-up for > completion. > I just tested spark auto completion but it doesn't work as you said. >

Re: Completion

2016-09-12 Thread Cyril Scetbon
sure > On Sep 12, 2016, at 11:49, Hyung Sung Shim wrote: > > Maybe it was my misunderstood, I thought that doesn't work pop-up for > completion. > I just tested spark auto completion but it doesn't work as you said. > I think this issue is from spark-2.0 supporting.

Re: Completion

2016-09-12 Thread Hyung Sung Shim
Maybe it was my misunderstood, I thought that doesn't work pop-up for completion. I just tested spark auto completion but it doesn't work as you said. I think this issue is from spark-2.0 supporting. Do you mind creating jira issue for this? 2016-09-13 0:11 GMT+09:00 Cyril Scetbo

Re: Completion

2016-09-12 Thread Cyril Scetbon
Hey, not working too :( I tried "ctrl.", "cmd.", "alt.", nothing works > On Sep 12, 2016, at 10:00, Hyung Sung Shim wrote: > > Hello. > Could you put the key "Ctrl ." (Ctrl + dot) for the completion? > > 2016-09-12 22:43 GMT+09:00 Cyri

Re: Completion

2016-09-12 Thread Hyung Sung Shim
Hello. Could you put the key "Ctrl ." (Ctrl + dot) for the completion? 2016-09-12 22:43 GMT+09:00 Cyril Scetbon : > Hi, > > I'm testing Zeppelin 0.6.0 and I've not been able to use completion on > OSX. I tried the combination ctrl+ with both Safari and Chrome

Completion

2016-09-12 Thread Cyril Scetbon
Hi, I'm testing Zeppelin 0.6.0 and I've not been able to use completion on OSX. I tried the combination ctrl+ with both Safari and Chrome without success. Am I missing something ? Does it work only with some interpreters and not others ? I tried to use only with the default interpret