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("spark://192
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 you.
>
>
>
> mport org.apache.spa
Thanks.
Also you may want to update the
bank.registerTempTable("bank")
to
bank.createOrReplaceTempView("bank")
in the spark tutorial.
The first method has been deprecated.
Your example is really great because it shows data ingestion over the
internet.
One really gets a very good idea of latenc
Hi Folks,
I am very excited to announce the integration work of flink on apache
zeppelin notebook is completed. You can try that in zeppelin 0.9 (download
it here http://zeppelin.apache.org/download.html),
Here's some highlights of this work
1. Support 3 kind of execution mode: local, remote, ya
Sorry folks, I was intending to send it in flink user mail list.
Jeff Zhang 于2020年3月30日周一 下午8:28写道:
> Hi Folks,
>
> I am very excited to announce the integration work of flink on apache
> zeppelin notebook is completed. You can try that in zeppelin 0.9 (download
> it here http://zeppelin.apache.
Glad to hear that, thank you for your work ,jeff 😊
And , is there any plan about support the flink native k8s deployment? Could I
deploy a job to Flink on K8s cluster in a session isolated mode ?
From: Jeff Zhang
Reply-To: "users@zeppelin.apache.org"
Date: Tuesday, March 31, 2020 at 12:29
To: u
There's still some work of flink k8s needs to be done in flink 1.11, I
think zeppelin can support that after flink 1.11
lewinma(lewinma) 于2020年3月31日周二 下午12:54写道:
> Glad to hear that, thank you for your work ,jeff 😊
>
> And , is there any plan about support the flink native k8s deployment?
> Coul