Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6EE02200C5B for ; Thu, 13 Apr 2017 04:45:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6D95F160BA8; Thu, 13 Apr 2017 02:45:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8A572160B95 for ; Thu, 13 Apr 2017 04:45:29 +0200 (CEST) Received: (qmail 6795 invoked by uid 500); 13 Apr 2017 02:45:22 -0000 Mailing-List: contact dev-help@storm.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@storm.apache.org Delivered-To: mailing list dev@storm.apache.org Received: (qmail 6783 invoked by uid 99); 13 Apr 2017 02:45:22 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2017 02:45:22 +0000 Received: from mail-qk0-f170.google.com (mail-qk0-f170.google.com [209.85.220.170]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 292F41A00A5 for ; Thu, 13 Apr 2017 02:45:22 +0000 (UTC) Received: by mail-qk0-f170.google.com with SMTP id h67so38637713qke.0 for ; Wed, 12 Apr 2017 19:45:22 -0700 (PDT) X-Gm-Message-State: AN3rC/4/en2jY3YpuSa6NBrNzwKvyGjfLeO6FGaDsZL5TijzFHdJdWFI yc8OkjC7HY8g/OpJQv+XxhIVm5/SIuGg X-Received: by 10.55.3.66 with SMTP id 63mr626922qkd.194.1492051521174; Wed, 12 Apr 2017 19:45:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.39.38 with HTTP; Wed, 12 Apr 2017 19:44:40 -0700 (PDT) In-Reply-To: <0c9101d2b34e$88b5ea10$9a21be30$@alibaba-inc.com> References: <7096AF00-9E83-475E-8BC3-38811F74FF51@apache.org> <0c9101d2b34e$88b5ea10$9a21be30$@alibaba-inc.com> From: Davor Bonaci Date: Wed, 12 Apr 2017 19:44:40 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Apache Storm/JStorm Runner(s) for Apache Beam To: dev@beam.apache.org, dev@storm.apache.org Content-Type: multipart/alternative; boundary=001a114c8500e877d0054d035066 archived-at: Thu, 13 Apr 2017 02:45:30 -0000 --001a114c8500e877d0054d035066 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This is a great discussion; thanks everyone. From my perspective, the functionality to execute pipelines on both Storm and JStorm is very welcome and a big step forward for Beam. I'm not an expert on the Storm/JStorm differences, but one vs. two runners discussion sounds more like a packaging / experience question than a deep technical problem. I'm guessing that a fair amount of functionality can be shared between both runners -- it would be a shame not to share these parts. Even further, with a possible merger on the horizon, it would make sense to plan and design for an (eventual) unified solution. In the meanwhile, whether the functionality is released in one runner (and, say, controlled with a flag) or two runners (without a flag) sounds minor. But, it would be great if the code that can be shared -- be written in a way that is shareable. On Tue, Apr 11, 2017 at 10:35 PM, =E5=88=98=E9=94=AE(Basti Liu) wrote: > Hi Taylor, > > It is glad to see your opinion. > After the open source of Beam, there are a lot of interests in Beam from > our internal users in Alibaba and other companies in China, which promote= s > us to provide the support of JStorm runner. But since the implementation = of > Storm runner is out of date, and over the past year many new features or > different solution(especially for exactly once and state) were introduced > in JStorm, we have to start the separate development of JStorm runner. > Currently, we have finished a prototype(support most PTransforms, window > and trigger of Beam) as Pei mentioned in another email, and the full > testing is still on-going. Some users has built up their trial topology o= n > it in Alibaba. But for further improvement, we still need the help of > review from Beam community to ensure the correctness, and get notificatio= n > of any broken or un-compatible update of Beam evolves. That is the reason > why we decide to commit JStorm runner into Beam repository. > > For personal understanding, the JStorm runner is not a duplicated effort. > The major part of JStorm runner is probably reused in Storm. Some other > parts like exactly once and state needs a propagation. When Storm communi= ty > plan to restart the development of Storm runner, we'd like to help on thi= s, > as a part of merging JStorm features planned before. At that time, we can > discuss whether merging JStorm feature or propagation is required. > Looking forward to the better collaboration between Beam, Storm and JStor= m. > > Regards > Jian Liu(Basti) > > -----Original Message----- > From: P. Taylor Goetz [mailto:ptgoetz@apache.org] > Sent: Tuesday, April 11, 2017 1:48 AM > To: dev@beam.apache.org; dev@storm.apache.org > Subject: Apache Storm/JStorm Runner(s) for Apache Beam > > Note: cross-posting to dev@beam and dev@storm > > I=E2=80=99ve seen at least two threads on the dev@ list discussing the JS= torm > runner and my hope is we can expand on that discussion and cross-pollinat= e > with the Storm/JStorm/Beam communities as well. > > A while back I created a very preliminary proof of concept of getting a > Storm Beam runner working [1]. That was mainly an exercise for me to > familiarize myself with the Beam API and discover what it would take to > develop a Beam runner on top of Storm. That code is way out of date (I wa= s > targeting Beam=E2=80=99s HEAD before the 0.2.0 release, and a lot of chan= ges have > since taken place) and didn=E2=80=99t really work as Jian Liu pointed out= . It was a > start, that perhaps could be further built upon, or parts harvested, etc.= I > don=E2=80=99t have any particular attachment to that code and wouldn=E2= =80=99t be upset if > it were completely discarded in favor of a better or more extensible > implementation. > > What I would like to see, and I think this is a great opportunity to do > so, is a closer collaboration between the Apache Storm and JStorm > communities. For those who aren=E2=80=99t familiar with those projects=E2= =80=99 > relationship, I=E2=80=99ll start with a little history=E2=80=A6 > > JStorm began at Alibaba as a fork of Storm (pre-Apache?) with Storm=E2=80= =99s > Clojure code reimplemented in Java. The rationale behind that move was th= at > Alibaba had a large number of Java developers but very few who were > proficient with Clojure. Moving to pure Java made sense as it would expan= d > the base of potential contributors. > > In late 2015 Alibaba donated the JStorm codebase to the Apache Storm > project, and the Apache Storm PMC committed to converting its Clojure cod= e > to Java in order to incorporate the code donation. At the time there was > one catch =E2=80=94 Apache Storm had implemented comprehensive security f= eatures > such as Kerberos authentication/authorization and multi-tenancy in its > Clojure code, which greatly complicated the move to Java and incorporatio= n > of the JStorm code. JStorm did not have the same security features. A > number of JStorm developers have also become Storm PMC members. > > Fast forward to today. The Storm community has completed the bulk of the > move to Java and the next major release (presumably 2.0, which is current= ly > under discussion) will be largely Java-based. We are now in a much better > position to begin incorporating JStorm=E2=80=99s features, as well as imp= lementing > new features necessary to support the Beam API (such as support for bound= ed > pipelines, among other features). > > Having separate Apache Storm and JStorm beam runner implementations > doesn=E2=80=99t feel appropriate in my personal opinion, especially since= both > projects have expressed an ongoing commitment to bringing JStorm=E2=80=99= s > additional features, and just as important, community, to Apache Storm. > > One final note, when the Storm community initially discussed developing a > Beam runner, the general consensus was do so within the Storm repository. > My current thinking is that such an effort should take place within the > Beam community, not only since that is the development pattern followed b= y > other runner implementations (Flink, Apex, etc.), but also because it wou= ld > serve to increase collaboration between Apache projects (always a good > thing!). > > I would love to hear opinions from others in the Storm/JStorm/Beam > communities. > > -Taylor=3D > > --001a114c8500e877d0054d035066--