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
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
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("
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
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
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
?
>
>
>
> *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
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
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
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
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
Hello all,
Id 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
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
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
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.
>
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.
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
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
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
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
20 matches
Mail list logo