Re: [DISCUSS] Adding streaming connectors from Apache Flink to Bahir

2016-08-11 Thread Robert Metzger
@Steve: The plan is that Flink committers also help out here with reviewing, releasing and other community activities (but I suspect the activity will be much lower, otherwise, we would not be discussing removing some of the connectors from Flink) @Luciano: So the idea is to have separate

Re: [DISCUSS] Adding streaming connectors from Apache Flink to Bahir

2016-08-11 Thread Robert Metzger
ed between the two types of connectors. > > Flink seems to have more frequent releases recently. But Bahir doesn't have > to follow each Flink patch release. > > Just my two cents. > > On Thu, Aug 11, 2016 at 9:03 AM, Luciano Resende <luckbr1...@gmail.com> > wrote: >

Re: [DISCUSS] Adding streaming connectors from Apache Flink to Bahir

2016-08-15 Thread Robert Metzger
Hi, @stevel: Flink is still experiencing a lot of community growth. Initially, we accepted all contributions in an acceptable state. Then, we introduced various models of "staging" and "contrib" modules, but by now, the amount of incoming contributions is just too high for the core project. Also,

[DISCUSS] Adding streaming connectors from Apache Flink to Bahir

2016-08-11 Thread Robert Metzger
Hello Bahir community, The Apache Flink community is currently discussing how to handle incoming (streaming) connector contributions [1]. The Flink community wants to limit the maintained connectors to the most popular ones, but we don't want to reject valuable code contributions without offering

Re: [DISCUSS] Adding streaming connectors from Apache Flink to Bahir

2016-08-16 Thread Robert Metzger
Great, that was fast. I'll keep an eye on the JIRA. On Tue, Aug 16, 2016 at 7:23 PM, Luciano Resende <luckbr1...@gmail.com> wrote: > Very good > > On Tue, Aug 16, 2016 at 12:57 PM, Robert Metzger <rmetz...@apache.org> > wrote: > > > Okay. It seems tha

Re: [VOTE] Release Apache Flink 1.2.0 (RC2)

2017-01-25 Thread Robert Metzger
Ooops ... Please ignore this email. It was meant for the d...@flink.apache.org mailing list. Looks like I shouldn't send emails late in the evening :) On Wed, Jan 25, 2017 at 9:10 PM, Robert Metzger <rmetz...@apache.org> wrote: > Dear Flink community, > > Please vote on releasin

Re: [DISCUSS] Adding streaming connectors from Apache Flink to Bahir

2016-08-16 Thread Robert Metzger
lp > Robert with maintenance on the Flink side of things. > > +1 to multiple repo approach > > Best, > > Ufuk > > On Tue, Aug 16, 2016 at 2:27 PM, <dev-h...@bahir.apache.org> wrote: > > > > dev Digest of: thread.362 > > > > > > [DISCUSS

Building the Bahir website

2016-08-22 Thread Robert Metzger
Hi, I just tried building the Bahir website locally, but I could not get it to work. After cloning the repo, I went to bahir-website/site, and executed "jekyll serve". I got the following output: Configuration file: /home/robert/flink-workdir/bahir-website/site/_config.yml Source:

Re: [DISCUSS] Adding streaming connectors from Apache Flink to Bahir

2016-08-18 Thread Robert Metzger
/jira/browse/BAHIR-54 On Tue, Aug 16, 2016 at 7:40 PM, Robert Metzger <rmetz...@apache.org> wrote: > Great, that was fast. > > I'll keep an eye on the JIRA. > > On Tue, Aug 16, 2016 at 7:23 PM, Luciano Resende <luckbr1...@gmail.com> > wrote: > >> Very good

Re: Next Releases

2017-03-01 Thread Robert Metzger
I would like to revive the 1.0 release discussion for bahir-flink. I have to admit that I didn't have enough time to do the first release last year. I've asked Gordon (CC, committer at Flink) to help me fixing the documentation and upgrading Bahir to Apache Flink 1.2.0. Once that is done we can

Re: Building the Bahir website

2016-08-23 Thread Robert Metzger
nabled for > '/Users/lresende/opensource/apache/bahir/bahir-website/site' > Configuration file: > /Users/lresende/opensource/apache/bahir/bahir-website/site/_config.yml > Server address: http://127.0.0.1:4000/ > Server running... press ctrl-c to stop. > > > On Tue, Aug

Re: Building the Bahir website

2016-08-25 Thread Robert Metzger
I can confirm that the website builds with jekyll 3.0.0 I'll try to open a pull request for the connector's documentation. On Tue, Aug 23, 2016 at 6:19 PM, Robert Metzger <rmetz...@apache.org> wrote: > Thank you for looking into it. > > Are you sure all files from your

[DISCUSS] Bahir-flink versioning and releasing

2016-08-25 Thread Robert Metzger
Hi, I was wondering how we want to version the modules in the "bahir-flink" repository. I would actually like to do the versions independent of Flink. One of the motivations to move the connectors to Bahir was to allow faster releases. How about just "major.minor" versions, starting from 1.0.

Re: Documentation for Bahir Flink extensions

2016-08-31 Thread Robert Metzger
nd I have been > using for the Spark extensions. > https://github.com/apache/bahir-website/blob/master/update-doc.sh > > On Mon, Aug 29, 2016 at 6:54 AM, Robert Metzger <rmetz...@apache.org> > wrote: > > > +1 > > > > I didn't know that this is possible. &

Re: Building the Bahir website

2016-08-23 Thread Robert Metzger
I'm using jekyll 3.1.6 On Tue, Aug 23, 2016 at 4:13 AM, Luciano Resende <luckbr1...@gmail.com> wrote: > What version of Jekyll are you using ? > > On Mon, Aug 22, 2016 at 4:52 AM, Robert Metzger <rmetz...@apache.org> > wrote: > > > Hi, > > > > I

Re: Documentation for Bahir Flink extensions

2016-08-29 Thread Robert Metzger
+1 I didn't know that this is possible. So how are the contents from the readme file copied to the website? On Sat, Aug 27, 2016 at 8:22 AM, Jean-Baptiste Onofré wrote: > +1 > > Regards > JB > > > On 08/26/2016 09:13 PM, Luciano Resende wrote: > >> For the Spark extensions

Re: [ANNOUNCE] New Apache Bahir Committer : Robert Metzger

2016-10-21 Thread Robert Metzger
> wrote: > > > The Project Management Committee (PMC) for Apache Bahirhas invited > > Robert Metzger to become a committer and we are pleased to announce > > that he has accepted. > > > > Robert has been a key community member championing the extensions > > rel

Re: Documentation for Bahir Flink extensions

2016-10-11 Thread Robert Metzger
I've opened a pull request adding README.md files for the connectors. Once that is merged I'll copy and adopt the update-doc.sh script. On Wed, Aug 31, 2016 at 10:32 AM, Robert Metzger <rmetz...@apache.org> wrote: > Okay, I see. I'll soon open my pending pull request [1] for the > b

Re: [RESULT][VOTE] Apache Bahir Flink extensions 1.0 (RC3)

2017-04-23 Thread Robert Metzger
Thanks a lot to everybody who worked on the release! I'm sorry that I didn't help with the release. I'll soon have more time again. On Thu, Apr 13, 2017 at 9:29 PM, Luciano Resende wrote: > On Thu, Apr 6, 2017 at 4:08 PM, Luciano Resende > wrote: >

[DISCUSS][bahir-flink] Drop Java 7 support

2017-09-16 Thread Robert Metzger
Hi, In the Flink InfluxDB Sink PR [1], there is a little discussion regarding Java 7 support in bahir-flink. I'm proposing to drop Java 7 support in bahir-flink. As of the upcoming Flink 1.4 release, Flink will also drop Java 7 support. Let me know if somebody has any concerns, otherwise, we'll

[DISCUSS] Release bahir-flink 1.1

2021-08-17 Thread Robert Metzger
Hey all, The last bahir-flink release was in 2017, and users are asking for another release [1]. I'd like to create a bahir-flink 1.1 release (or shall we call it 2.0 ?) soon. If there are no objections, I'll soon create a RC. Best, Robert [1] https://issues.apache.org/jira/browse/BAHIR-279

Re: [DISCUSS] Release bahir-flink 1.1

2021-09-13 Thread Robert Metzger
elease. > > On Tue, Aug 17, 2021 at 10:50 PM Robert Metzger > wrote: > > > Hey all, > > > > The last bahir-flink release was in 2017, and users are asking for > another > > release [1]. I'd like to create a bahir-flink 1.1 release (or shall we > call >

[DISCUSS] Remove flink-library-siddhi

2021-09-13 Thread Robert Metzger
Hi, The build is currently failing[1] because this library is depending on a very old version, which points to an HTTP repository (instead of a HTTPS one), which is forbidden by newer maven versions. I propose to remove the library, if somebody wants to use it, they can open a PR adding it again

[jira] [Assigned] (BAHIR-57) Add Flume sink from Flink to Bahir

2016-08-22 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger reassigned BAHIR-57: --- Assignee: Robert Metzger > Add Flume sink from Flink to Ba

[jira] [Updated] (BAHIR-54) Create initial directory structure in bahir-flink.git

2016-08-18 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated BAHIR-54: Summary: Create initial directory structure in bahir-flink.git (was: Create initial directory

[jira] [Created] (BAHIR-54) Create initial directory structure in bahir-flink

2016-08-18 Thread Robert Metzger (JIRA)
Robert Metzger created BAHIR-54: --- Summary: Create initial directory structure in bahir-flink Key: BAHIR-54 URL: https://issues.apache.org/jira/browse/BAHIR-54 Project: Bahir Issue Type: Task

[jira] [Commented] (BAHIR-56) Add ActiveMQ streaming connector for Flink

2016-08-22 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15430435#comment-15430435 ] Robert Metzger commented on BAHIR-56: - There is already a pending pull request for an ActiveMQ connector

[jira] [Commented] (BAHIR-90) Bahir website missing docs, source links, download for Flink extensions

2017-03-01 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889900#comment-15889900 ] Robert Metzger commented on BAHIR-90: - Can somebody give Gordon contributor permissions in this JIRA so

[jira] [Resolved] (BAHIR-93) Wrong version in README.md for several Apache Flink extensions

2017-03-01 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-93. - Resolution: Fixed Fix Version/s: Flink-0.1 > Wrong version in README.md for several Apa

[jira] [Resolved] (BAHIR-94) Apache Flink extension READMEs should include link to Flink's "Linking with Optional Modules" doc

2017-03-01 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-94. - Resolution: Fixed Fix Version/s: Flink-0.1 > Apache Flink extension READMEs should incl

[jira] [Commented] (BAHIR-59) Improve ActiveMQ Connector

2016-09-06 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468438#comment-15468438 ] Robert Metzger commented on BAHIR-59: - [~ivan.mushketyk] I wonder if it is intended to close

[jira] [Resolved] (BAHIR-72) support netty: pushed tcp/http connector

2016-11-23 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-72. - Resolution: Resolved Assignee: shijinkui Fix Version/s: Flink-0.1 Resolved

[jira] [Commented] (BAHIR-85) Redis Sink Connector should allow update of command without reinstatiation

2017-03-04 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15895734#comment-15895734 ] Robert Metzger commented on BAHIR-85: - [~atharvai] Thank you for opening a pull request. Before opening

[jira] [Resolved] (BAHIR-91) Upgrade bahir-flink to support Flink 1.2

2017-03-04 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-91. - Resolution: Fixed Resolved. Thank you Gordon! > Upgrade bahir-flink to support Flink

[jira] [Commented] (BAHIR-95) Add ZREM to the Redis streaming connector in Flink

2017-03-14 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15924157#comment-15924157 ] Robert Metzger commented on BAHIR-95: - [~ckadner] or [~luciano resende] Can you give Aris contributor

[jira] [Commented] (BAHIR-127) Move “flink-connector-wikiedits” from Flink to Bahir

2017-09-15 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16168419#comment-16168419 ] Robert Metzger commented on BAHIR-127: -- This is the corresponding Flink issue: https

[jira] [Assigned] (BAHIR-144) Add Siddhi CEP integration with Flink streaming

2017-11-26 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger reassigned BAHIR-144: Assignee: Hao Chen > Add Siddhi CEP integration with Flink stream

[jira] [Resolved] (BAHIR-144) Add Siddhi CEP integration with Flink streaming

2017-11-26 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-144. -- Resolution: Fixed Fix Version/s: Flink-Next > Add Siddhi CEP integration with Fl

[jira] [Resolved] (BAHIR-145) Flink Sink for Redis cannot perform PFADD

2017-11-26 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-145. -- Resolution: Fixed Fix Version/s: Flink-Next > Flink Sink for Redis cannot perform PF

[jira] [Created] (BAHIR-156) Improve integration test stability for flink-library-siddhi

2017-12-25 Thread Robert Metzger (JIRA)
Robert Metzger created BAHIR-156: Summary: Improve integration test stability for flink-library-siddhi Key: BAHIR-156 URL: https://issues.apache.org/jira/browse/BAHIR-156 Project: Bahir

[jira] [Assigned] (BAHIR-156) Improve integration test stability for flink-library-siddhi

2017-12-25 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger reassigned BAHIR-156: Assignee: Alexander Chermenin > Improve integration test stability for flink-library-sid

[jira] [Resolved] (BAHIR-156) Improve integration test stability for flink-library-siddhi

2017-12-25 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/BAHIR-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved BAHIR-156. -- Resolution: Fixed Fix Version/s: Flink-Next > Improve integration test stabil

[jira] [Closed] (BAHIR-274) Add Flink InfluxDBv2.0 Connector

2021-05-25 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/BAHIR-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger closed BAHIR-274. Fix Version/s: Flink-Next Resolution: Fixed > Add Flink InfluxDBv2.0 Connec

[jira] [Updated] (BAHIR-274) Add Flink InfluxDBv2.0 Connector

2021-05-03 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/BAHIR-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated BAHIR-274: - Description: https://github.com/apache/bahir-flink/pull/114 > Add Flink InfluxDBv2.0 Connec

[jira] [Created] (BAHIR-274) Add Flink InfluxDBv2.0 Connector

2021-05-03 Thread Robert Metzger (Jira)
Robert Metzger created BAHIR-274: Summary: Add Flink InfluxDBv2.0 Connector Key: BAHIR-274 URL: https://issues.apache.org/jira/browse/BAHIR-274 Project: Bahir Issue Type: New Feature

[jira] [Commented] (BAHIR-279) Publish lastest flink-connector-redis

2021-08-17 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/BAHIR-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17400802#comment-17400802 ] Robert Metzger commented on BAHIR-279: -- Thanks for bringing this up. I'll start a discussion

[jira] [Created] (BAHIR-280) Could not transfer artifact org.quartz-scheduler.wso2:quartz:pom:2.1.1.wso2v1

2021-08-19 Thread Robert Metzger (Jira)
Robert Metzger created BAHIR-280: Summary: Could not transfer artifact org.quartz-scheduler.wso2:quartz:pom:2.1.1.wso2v1 Key: BAHIR-280 URL: https://issues.apache.org/jira/browse/BAHIR-280 Project

[jira] [Commented] (BAHIR-280) Could not transfer artifact org.quartz-scheduler.wso2:quartz:pom:2.1.1.wso2v1

2021-09-13 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/BAHIR-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17414474#comment-17414474 ] Robert Metzger commented on BAHIR-280: -- It seems the first version where this is fixed in siddhi

[jira] [Commented] (BAHIR-280) Could not transfer artifact org.quartz-scheduler.wso2:quartz:pom:2.1.1.wso2v1

2021-09-13 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/BAHIR-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17414482#comment-17414482 ] Robert Metzger commented on BAHIR-280: -- The repo currently referenced by bahir only contains versions