RE: aws zeppelin glue table connector

2023-03-09 Thread Katz, David L via user
tor | Macro Technology | 545 Washington Blvd, Floor 4 | Jersey City, NJ 07310 From: Katz, David L (CIB Tech, USA) Sent: Friday, March 03, 2023 11:25 AM To: user Subject: aws zeppelin glue table connector Hi- Hoping someone can give me more understanding and a sense of timing flink leveraging

aws zeppelin glue table connector

2023-03-03 Thread Katz, David L via user
Hi- Hoping someone can give me more understanding and a sense of timing flink leveraging glue tables. Specifically I would like to leverage a glue table data source via an AWS hosted Zeppelin notebook (instead of referencing a kinesis data stream or s3 bucket directly). Additionally I will

Re: 【Announce】Zeppelin 0.10.0 is released, Flink on Zeppelin Improved

2021-08-26 Thread Till Rohrmann
Cool, thanks for letting us know Jeff. Hopefully, many users use Zeppelin together with Flink. Cheers, Till On Thu, Aug 26, 2021 at 4:47 AM Leonard Xu wrote: > Thanks Jeff for the great work ! > > Best, > Leonard > > 在 2021年8月25日,22:48,Jeff Zhang 写道: > > Hi Flink

Re: 【Announce】Zeppelin 0.10.0 is released, Flink on Zeppelin Improved

2021-08-25 Thread Leonard Xu
Thanks Jeff for the great work ! Best, Leonard > 在 2021年8月25日,22:48,Jeff Zhang 写道: > > Hi Flink users, > > We (Zeppelin community) are very excited to announce Zeppelin 0.10.0 is > officially released. In this version, we made several improvements on Flink > interpre

【Announce】Zeppelin 0.10.0 is released, Flink on Zeppelin Improved

2021-08-25 Thread Jeff Zhang
Hi Flink users, We (Zeppelin community) are very excited to announce Zeppelin 0.10.0 is officially released. In this version, we made several improvements on Flink interpreter. Here's the main features of Flink on Zeppelin: - Support multiple versions of Flink - Support multiple ver

[Announce] Zeppelin 0.9.0 is released (Flink on Zeppelin)

2021-01-17 Thread Jeff Zhang
Hi flink folks, I'd like to tell you that Zeppelin 0.9.0 is officially released, in this new version we made a big refactoring and improvement on flink support. It supports 3 major versions of flink (1.10, 1.11, 1.12) You can download zeppelin 0.9.0 here. http://zeppelin.apache.org/download

Re: [ANNOUNCE] Flink on Zeppelin (Zeppelin 0.9 is released)

2020-03-30 Thread Jingsong Li
Thanks Jeff very much, that is very impressive. Zeppelin is very convenient development platform. Best, Jingsong Lee On Tue, Mar 31, 2020 at 11:58 AM Zhijiang wrote: > > Thanks for the continuous efforts for engaging in Flink ecosystem Jeff! > Glad to see the progressive achievem

Re: [ANNOUNCE] Flink on Zeppelin (Zeppelin 0.9 is released)

2020-03-30 Thread Zhijiang
Zhang Cc:user ; dev Subject:Re: [ANNOUNCE] Flink on Zeppelin (Zeppelin 0.9 is released) Hi Jeff, Thanks for the great work and sharing it with the community! Very impressive and will try it out. Regards, Dian 在 2020年3月30日,下午9:16,Till Rohrmann 写道: This is great news Jeff! Thanks a lot for

Re: [ANNOUNCE] Flink on Zeppelin (Zeppelin 0.9 is released)

2020-03-30 Thread Dian Fu
Hi Jeff, Thanks for the great work and sharing it with the community! Very impressive and will try it out. Regards, Dian > 在 2020年3月30日,下午9:16,Till Rohrmann 写道: > > This is great news Jeff! Thanks a lot for sharing it with the community. > Looking forward trying Flink on

Re: [ANNOUNCE] Flink on Zeppelin (Zeppelin 0.9 is released)

2020-03-30 Thread Till Rohrmann
This is great news Jeff! Thanks a lot for sharing it with the community. Looking forward trying Flink on Zeppelin out :-) Cheers, Till On Mon, Mar 30, 2020 at 2:47 PM Jeff Zhang wrote: > Hi Folks, > > I am very excited to announce the integration work of flink on apache > zeppelin

[ANNOUNCE] Flink on Zeppelin (Zeppelin 0.9 is released)

2020-03-30 Thread Jeff Zhang
Hi Folks, I am very excited to announce the integration work of flink on apache zeppelin notebook is completed. You can now run flink jobs via datastream api, table api, sql, pyflink in apache apache zeppelin notebook. Download it here http://zeppelin.apache.org/download.html), Here's

RE: Zeppelin

2019-04-26 Thread Smirnov Sergey Vladimirovich (39833)
Hi, Dawid, great, thanks for answering. Jeff, flink 1.8 with default settings, standalone cluster, one job node and three task managers nodes. zeppelin 0.9 config checked "Connect to existing cluster" host: 10.219.179.16 port: 6123 create simple notebook: %flink ExecutionEnvir

Re: Zeppelin

2019-04-25 Thread Jeff Zhang
Thanks Dawid, Hi Sergey, I am working on update the flink interpreter of zeppelin to support flink 1.9 (supposed to be released this summer). For the current flink interpreter of zeppelin 0.9, I haven't verified it against flink 1.8. could you show the full interpreter log ? And what is the

Re: Zeppelin

2019-04-25 Thread Dawid Wysakowicz
Hi Sergey, I am not very familiar with Zepellin. But I know Jeff (cc'ed) is working on integrating Flink with some notebooks. He might be able to help you. Best, Dawid On 25/04/2019 08:42, Smirnov Sergey Vladimirovich (39833) wrote: > > Hello, > >   > > Trying to link

Zeppelin

2019-04-24 Thread Smirnov Sergey Vladimirovich (39833)
Hello, Trying to link Zeppelin 0.9 with Flink 1.8. It`s a small dev cluster deployed in standalone manner. Got the same error as described here https://stackoverflow.com/questions/54257671/runnning-a-job-in-apache-flink-standalone-mode-on-zeppelin-i-have-this-error-to Would appreciate for any

Re: Flink 1.4.2 in Zeppelin Notebook

2018-04-09 Thread Rico Bergmann
FYI: I finally managed to get the new Flink version running in Zeppelin. Besides adding the parameters mentioned below you have to build Zeppelin with profile scala-2.11 and the new Flink version 1.4.2. Best, Rico. Am 09.04.2018 um 14:43 schrieb Rico Bergmann: > > The error mess

Re: Flink 1.4.2 in Zeppelin Notebook

2018-04-09 Thread Rico Bergmann
The error message is: org.apache.flink.client.program.ProgramInvocationException: The program execution failed: Communication with JobManager failed: Lost connection to the JobManager. Am 09.04.2018 um 14:12 schrieb kedar mhaswade: > Hmm. What error do you see on the Zeppelin console when

Re: Flink 1.4.2 in Zeppelin Notebook

2018-04-09 Thread kedar mhaswade
Hmm. What error do you see on the Zeppelin console when you click the run (flink code) button after making these changes for flink interpreter config (I assume you restart the interpreter)? Regards, Kedar On Mon, Apr 9, 2018 at 12:50 AM, Rico Bergmann wrote: > Hi. > > Thanks for y

Re: Flink 1.4.2 in Zeppelin Notebook

2018-04-09 Thread Rico Bergmann
Hi. Thanks for your reply. But this also didn’t work for me. In the JM log I get an akka Error („dropping message for non-local recipient“). My setup: I have Flink running on Kubernetes cluster, version 1.4.2. zeppelin is version 0.8 using the flink interpreter compiled against flink 1.1.3

Re: Flink 1.4.2 in Zeppelin Notebook

2018-04-06 Thread kedar mhaswade
ards, Kedar On Fri, Apr 6, 2018 at 5:51 AM, Dipl.-Inf. Rico Bergmann < i...@ricobergmann.de> wrote: > Hi! > > Has someone successfully integrated Flink 1.4.2 into Zeppelin notebook > (using Flink in cluster mode, not local mode)? > > Best, > > Rico. > >

Flink 1.4.2 in Zeppelin Notebook

2018-04-06 Thread Dipl.-Inf. Rico Bergmann
Hi! Has someone successfully integrated Flink 1.4.2 into Zeppelin notebook (using Flink in cluster mode, not local mode)? Best, Rico.

Re: accessing flink HA cluster with scala shell/zeppelin notebook

2018-03-01 Thread santoshg
Hi Alexis, Were you able to make this work ? I am also looking for zepplin integration with Flink and this might be helpful. Thanks Santosh -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: accessing flink HA cluster with scala shell/zeppelin notebook

2017-03-27 Thread Alexis Gendronneau
02:00 Till Rohrmann : > Hi Maciek and Alexis, > > as far as I can tell, I think it is currently not possible to use Zeppelin > with a Flink cluster running in HA mode. In order to make it work, it would > be necessary to specify either a Flink configuration for the Flink > interprete

Re: accessing flink HA cluster with scala shell/zeppelin notebook

2017-03-27 Thread Till Rohrmann
Hi Maciek and Alexis, as far as I can tell, I think it is currently not possible to use Zeppelin with a Flink cluster running in HA mode. In order to make it work, it would be necessary to specify either a Flink configuration for the Flink interpreter (this is probably the most general solution

Re: accessing flink HA cluster with scala shell/zeppelin notebook

2017-03-23 Thread Robert Metzger
Hi Alexis, did you set the Zookeeper configuration for Flink in Zeppelin? On Mon, Mar 20, 2017 at 11:37 AM, Alexis Gendronneau < a.gendronn...@gmail.com> wrote: > Hello users, > > As Maciek, I'm currently trying to make apache Zeppelin 0.7 working with > Flink. I hav

Re: accessing flink HA cluster with scala shell/zeppelin notebook

2017-03-20 Thread Alexis Gendronneau
Hello users, As Maciek, I'm currently trying to make apache Zeppelin 0.7 working with Flink. I have two versions of flink available (1.1.2 and 1.2.0). Each one is running in High-availability mode. When running jobs from Zeppelin in Flink local mode, everything works fine. But when tryi

Re: accessing flink HA cluster with scala shell/zeppelin notebook

2017-01-24 Thread Aljoscha Krettek
t; zookeeper recovery). How should I access it remotely, e.g. with Zeppelin > notebook or scala shell? > > There are settings for host/port, but with HA setting they are not fixed > - if I check which is *current leader* host and port and set that I get > exception on job manag

accessing flink HA cluster with scala shell/zeppelin notebook

2017-01-22 Thread Maciek Próchniak
Hi, I have standalone Flink cluster configured with HA setting (i.e. with zookeeper recovery). How should I access it remotely, e.g. with Zeppelin notebook or scala shell? There are settings for host/port, but with HA setting they are not fixed - if I check which is *current leader* host

Re: Zeppelin: Flink Kafka Connector

2017-01-18 Thread Fabian Hueske
t; released yet either - ha :(. I switched to a recent version and it’s all > good. :) > > Thanks ! > Neil > > > On Jan 17, 2017, at 11:14 AM, Neil Derraugh intellifylearning.com> wrote: > > > > Hi Timo & Fabian, > > > > Thanks for replying. I&

Re: Zeppelin: Flink Kafka Connector

2017-01-17 Thread Neil Derraugh
wrote: > > Hi Timo & Fabian, > > Thanks for replying. I'm using Zeppelin built off master. And Flink 1.2 > built off the release-1.2 branch. Is that the right branch? > > Neil > > > > -- > View this message in context: > http://apache

Re: Zeppelin: Flink Kafka Connector

2017-01-17 Thread Neil Derraugh
Hi Timo & Fabian, Thanks for replying. I'm using Zeppelin built off master. And Flink 1.2 built off the release-1.2 branch. Is that the right branch? Neil -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Zeppelin-Flink-Kafka-

Re: Zeppelin: Flink Kafka Connector

2017-01-17 Thread Fabian Hueske
fka > specifically? > > > > *From: *Fabian Hueske > *Reply-To: *"user@flink.apache.org" > *Date: *Tuesday, January 17, 2017 at 7:10 AM > *To: *"user@flink.apache.org" > *Subject: *Re: Zeppelin: Flink Kafka Connector > > > >

Re: Zeppelin: Flink Kafka Connector

2017-01-17 Thread Foster, Craig
Are connectors being included in the 1.2.0 release or do you mean Kafka specifically? From: Fabian Hueske Reply-To: "user@flink.apache.org" Date: Tuesday, January 17, 2017 at 7:10 AM To: "user@flink.apache.org" Subject: Re: Zeppelin: Flink Kafka Connector One thing to

Re: Zeppelin: Flink Kafka Connector

2017-01-17 Thread Fabian Hueske
t; was not present at that time. You need to upgrade to Flink 1.2. > > Timo > > > Am 17/01/17 um 15:58 schrieb Neil Derraugh: > > This is really a Zeppelin question, and I’ve already posted to the user >> list there. I’m just trying to draw in as many relevant eyeballs

Re: Zeppelin: Flink Kafka Connector

2017-01-17 Thread Timo Walther
You are using an old version of Flink (0.10.2). A FlinkKafkaConsumer010 was not present at that time. You need to upgrade to Flink 1.2. Timo Am 17/01/17 um 15:58 schrieb Neil Derraugh: This is really a Zeppelin question, and I’ve already posted to the user list there. I’m just trying to

Zeppelin: Flink Kafka Connector

2017-01-17 Thread Neil Derraugh
This is really a Zeppelin question, and I’ve already posted to the user list there. I’m just trying to draw in as many relevant eyeballs as possible. If you can help please reply on the Zeppelin mailing list. In my Zeppelin notebook I’m having a problem importing the Kafka streaming library

Re: Setting up zeppelin with flink

2016-08-26 Thread Trevor Grant
That is a regression of upgrading Zeppelin to spark 2.0/Scala 2.11. as it broke existing functionality, hopefully whoever did the upgrade will fix... Please report to Zeppelin, thanks and good find! On Aug 26, 2016 8:39 AM, "Frank Dekervel" wrote: > Hello, > > i added this

Re: Setting up zeppelin with flink

2016-08-26 Thread Frank Dekervel
Hello, i added this to my Dockerfile to end up with a working setup: RUN cp /opt/zeppelin/interpreter/ignite/scala*jar /opt/zeppelin/interpreter/flink/ which would copy: scala-compiler-2.11.7.jar scala-library-2.11.7.jar scala-parser-combinators_2.11-1.0.4.jar scala-reflect-2.11.7.jar scala

Re: Setting up zeppelin with flink

2016-08-25 Thread Trevor Grant
I'm glad you were able to work it out! Your setup is somewhat unique, and as Zeppelin is the result of multiple drive-by commits, interesting and unexpected things happen in the tail cases. Could you please report your problem and solution on the Zeppelin user list? What you've disc

Re: Setting up zeppelin with flink

2016-08-25 Thread Frank Dekervel
Hello, Sorry for the spam, but i got it working after copying all scala libraries from another interpreter to the interpreter/flink directory. so i think the error is the scala libraries are missing from the binary release in the zeppelin/interpreters/flink/ directory. For now i'm adding the

Re: Setting up zeppelin with flink

2016-08-25 Thread Frank Dekervel
Hello, For reference, below is the dockerfile i used to build the zeppelin image (basically just openjdk 8 with the latest binary release of zeppelin) the "docker-entrypoint.sh" script is just starting zeppelin.sh (oneliner) FROM openjdk:alpine RUN apk add --no-cache bash s

Re: Setting up zeppelin with flink

2016-08-25 Thread Frank Dekervel
Hello Trevor, Thanks for your suggestion. The log does not explain a lot: on the flink side i don't see anything at all, on the zeppelin side i see this: Your suggestion sounds plausible, as i always start zeppelin, and then change the configuration from local to remote.. however, port

Re: Setting up zeppelin with flink

2016-08-24 Thread Trevor Grant
Frank, can you post the zeppelin flink log please? You can probably find it in zeppelin_dir/logs/*flink*.log You've got a few moving pieces here. I've never run zeppelin against Flink in a docker container. But I think the Zeppelin-Flink log is the first place to look. You say you

Re: Setting up zeppelin with flink

2016-08-24 Thread Trevor Grant
Hey Frank, Saw your post on the Zeppelin list yesterday. I can look at it later this morning, but my gut feeling is a ghost Zeppelin daemon is running in the background and it's local Flink is holding the port 6123. This is fairly common and would explain the issue. Idk if you're o

Re: Setting up zeppelin with flink

2016-08-24 Thread Maximilian Michels
Hi! There are some people familiar with the Zeppelin integration. CCing Till and Trevor. Otherwise, you could also send this to the Zeppelin community. Cheers, Max On Wed, Aug 24, 2016 at 12:58 PM, Frank Dekervel wrote: > Hello, > > for reference: > > i already found out t

Re: Setting up zeppelin with flink

2016-08-24 Thread Frank Dekervel
Hello, for reference: i already found out that "connect to existing process" was my error here: it means connecting to an existing zeppelin interpreter, not an existing flink cluster. After fixing my error, i'm now in the same situation as described here: https://stackoverflo

Setting up zeppelin with flink

2016-08-23 Thread Frank Dekervel
Hello, I try to set up apache zeppelin with a flink cluster (one jobmanager, one task manager). What i did was using the dockerfiles in flink-contrib/docker-flink + the latest binary release of apache zeppelin with all interpreters: https://github.com/apache/flink/blob/master/flink-contrib

Re: Zeppelin Integration

2015-11-04 Thread Vasiliki Kalavri
>> wrote: >> >>> For those interested, Trevor wrote a blog post describing how to setup >>> Spark, Flink and Zeppelin, both locally and on clusters: >>> http://trevorgrant.org/2015/11/03/apache-casserole-a-delicious-big-data-recipe-for-the-whole-family/ >>>

Re: Zeppelin Integration

2015-11-04 Thread Leonard Wolters
Indeed very nice! Thanks On Nov 4, 2015 5:04 PM, "Till Rohrmann" wrote: > Really cool tutorial Trevor :-) > > On Wed, Nov 4, 2015 at 3:26 PM, Robert Metzger > wrote: > >> For those interested, Trevor wrote a blog post describing how to setup >> Spark, Fl

Re: Zeppelin Integration

2015-11-04 Thread Till Rohrmann
Really cool tutorial Trevor :-) On Wed, Nov 4, 2015 at 3:26 PM, Robert Metzger wrote: > For those interested, Trevor wrote a blog post describing how to setup > Spark, Flink and Zeppelin, both locally and on clusters: > http://trevorgrant.org/2015/11/03/apache-casserole-a-delicious

Re: Zeppelin Integration

2015-11-04 Thread Robert Metzger
For those interested, Trevor wrote a blog post describing how to setup Spark, Flink and Zeppelin, both locally and on clusters: http://trevorgrant.org/2015/11/03/apache-casserole-a-delicious-big-data-recipe-for-the-whole-family/ Thanks Trevor for the great tutorial! On Thu, Oct 22, 2015 at 4:23

Re: Zeppelin Integration

2015-10-22 Thread Till Rohrmann
Hi Trevor, that’s actually my bad since I only tested my branch against a remote cluster. I fixed the problem (not properly starting the LocalFlinkMiniCluster) so that you can now use Zeppelin also in local mode. Just check out my branch again. Cheers, Till ​ On Wed, Oct 21, 2015 at 10:00 PM

Re: Zeppelin Integration

2015-10-21 Thread Trevor Grant
Hey Till, I cloned your branch of Zeplin and while it will compile, it fails tests on timeout, which consequently was the same issue I was having when trying to use Zeppelin. Ideas? --- Test set

Re: Zeppelin Integration

2015-10-21 Thread Till Rohrmann
Hi Trevor, in order to use Zeppelin with a different Flink version in local mode, meaning that Zeppelin starts a LocalFlinkMiniCluster when executing your jobs, you have to build Zeppelin and change the flink.version property in the zeppelin/flink/pom.xml file to the version you want to use. If

Zeppelin Integration

2015-10-21 Thread Trevor Grant
I'm setting up some Flink/Spark/Zeppelin at work. Spark+Zeppelin seems to be relatively well supported and configurable but the Flink is not so much. I want Zeppelin to run against my 0.10 build instead of the 0.6 build that ships with Zeppelin. My best guess at the moment on how to accom