Re: Samza on Kubernetes

2020-03-25 Thread Weiqing Yang
Hi Debraj, The PR has not been merged yet, and its Fix version is 1.4.1+. The branch https://github.com/weiqingy/samza/tree/samzak8rb has the whole implement. Thanks, Weiqing On Wed, Mar 25, 2020 at 7:54 AM Debraj Manna wrote: > Hi > > Any update on Samza on kubernetes? I can se

Samza on Kubernetes

2020-03-25 Thread Debraj Manna
Hi Any update on Samza on kubernetes? I can see https://issues.apache.org/jira/browse/SAMZA-2067 has fixed version as 1.1 but the issue is still open and I could not find anything related to Kubernetes in the release notes of Samza 1.1 ?

Re: [VOTE] SEP-20: Samza on Kubernetes

2019-11-13 Thread Weiqing Yang
Xinyu > > > > > > On Thu, Nov 7, 2019 at 10:50 AM Weiqing Yang > > > > wrote: > > > > > > > Hi All, > > > > > > > > The feedback from the discussion thread: > > > > > http://mail-archives.apache.org/mod_mbox/samza-dev/201911.mb

Re: [VOTE] SEP-20: Samza on Kubernetes

2019-11-08 Thread Yi Pan
n Thu, Nov 7, 2019 at 10:50 AM Weiqing Yang > > wrote: > > > > > Hi All, > > > > > > The feedback from the discussion thread: > > > http://mail-archives.apache.org/mod_mbox/samza-dev/201911.mbox/browser > > is > > > positive. This is a call for

Re: [VOTE] SEP-20: Samza on Kubernetes

2019-11-07 Thread Jagadish Venkatraman
hread: > > http://mail-archives.apache.org/mod_mbox/samza-dev/201911.mbox/browser > is > > positive. This is a call for a vote for SEP-20: Samza on Kubernetes < > > > > https://cwiki.apache.org/confluence/display/SAMZA/SEP- > 20%3A+Samza+on+Kubernetes > > >.

Re: [VOTE] SEP-20: Samza on Kubernetes

2019-11-07 Thread Xinyu Liu
+1 (binding). Thanks, Xinyu On Thu, Nov 7, 2019 at 10:50 AM Weiqing Yang wrote: > Hi All, > > The feedback from the discussion thread: > http://mail-archives.apache.org/mod_mbox/samza-dev/201911.mbox/browser is > positive. This is a call for a vote for SEP-20: Samza on Kuberne

[VOTE] SEP-20: Samza on Kubernetes

2019-11-07 Thread Weiqing Yang
Hi All, The feedback from the discussion thread: http://mail-archives.apache.org/mod_mbox/samza-dev/201911.mbox/browser is positive. This is a call for a vote for SEP-20: Samza on Kubernetes < https://cwiki.apache.org/confluence/display/SAMZA/SEP-20%3A+Samza+on+Kubernetes>. Thanks

Re: [DISCUSS] SEP-20: Samza on Kubernetes

2019-11-05 Thread Yi Pan
> > deployment to Kubernetes clusters. Nice job! > > > > Thanks, > > Xinyu > > > > On Mon, Nov 4, 2019 at 10:10 AM Weiqing Yang > > wrote: > > > > > Hi all, > > > > > > We created SEP-20: Samza on Kubernetes, which supports

Re: [DISCUSS] SEP-20: Samza on Kubernetes

2019-11-04 Thread Jagadish Venkatraman
Weiqing Yang > wrote: > > > Hi all, > > > > We created SEP-20: Samza on Kubernetes, which supports Samza to run on > > Kubernetes natively. Please find the SEP wiki below: > > > > https://cwiki.apache.org/confluence/display/SAMZA/SEP- > 20%3A+Samza+o

Re: [DISCUSS] SEP-20: Samza on Kubernetes

2019-11-04 Thread Xinyu Liu
+1 on the design. This is a great feature to allow Samza to expand its deployment to Kubernetes clusters. Nice job! Thanks, Xinyu On Mon, Nov 4, 2019 at 10:10 AM Weiqing Yang wrote: > Hi all, > > We created SEP-20: Samza on Kubernetes, which supports Samza to run on > Kuberne

[DISCUSS] SEP-20: Samza on Kubernetes

2019-11-04 Thread Weiqing Yang
Hi all, We created SEP-20: Samza on Kubernetes, which supports Samza to run on Kubernetes natively. Please find the SEP wiki below: https://cwiki.apache.org/confluence/display/SAMZA/SEP-20%3A+Samza+on+Kubernetes Please take a look and chime in your feedback. Thanks, Weiqing

Re: Running Apache Samza on Kubernetes cluster with Zookeeper

2019-04-30 Thread Jagadish Venkatraman
+Weiqing Yang, who gave a community talk on this at KubeCon this year. Hi Stefano, Running Samza-standalone + Zk on Kubernetes should be no different than running any other application on Kubernetes. At a high-level, you would: 1. Package your application as a container image - just as you

Running Apache Samza on Kubernetes cluster with Zookeeper

2019-04-30 Thread Stefano Rebora
Hello, I’m trying to develop Apache Samza on a Kubernetes cluster using Zookeeper for coordination. Is there a suggested or working example to follow? Thank you in advance, Stefano