Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4805118277 for ; Fri, 12 Jun 2015 07:47:35 +0000 (UTC) Received: (qmail 10360 invoked by uid 500); 12 Jun 2015 07:47:35 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 10301 invoked by uid 500); 12 Jun 2015 07:47:35 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 10289 invoked by uid 99); 12 Jun 2015 07:47:34 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2015 07:47:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 57798C0C6F for ; Fri, 12 Jun 2015 07:47:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 9AH9Zq6z76Ik for ; Fri, 12 Jun 2015 07:47:33 +0000 (UTC) Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 1F62D42AD6 for ; Fri, 12 Jun 2015 07:47:33 +0000 (UTC) Received: by wifx6 with SMTP id x6so8782043wif.0 for ; Fri, 12 Jun 2015 00:46:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=P/EqwWOhqAP0vHneGmZ51GciZ7Z91HttdLp2jsa5fsE=; b=MG3fzgD9y9BVrk1v10atoj8WxTC6XudhlGsPrLxU6FbrQF5fRrc37HzXpFJsUK72TC 3BBDQnyYnBTlfMn7QT7ssNFebDyileIbfTy52SSN5vfgHUV57vl960YaCQ8pzbqH7FN+ X5IrYYNeKfNVUOcWhe2ITwTE63F8NM32z8b3WP6/r2S7nww6qiA2PH6+Q4GqCAjHSnP/ glKU9XbdRLVKK9jHhAkLlo2LP3wxMTnyu2hSyEk/a5KdMRtWklVEBLymyWXq8v8JcnV/ 3CF+9yXg+JQHAju0S7Mbjpt3jVCvTrobTdyQLaVdhJobXiwxdSIbjL6hpMnqoxIiWdEa QDkA== X-Received: by 10.194.60.50 with SMTP id e18mr23430031wjr.109.1434095201124; Fri, 12 Jun 2015 00:46:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.86.165 with HTTP; Fri, 12 Jun 2015 00:46:20 -0700 (PDT) In-Reply-To: References: <5B425CB2-544B-481C-8437-8BABB03F4A8B@icloud.com> <863324CF-051C-4DB3-BDF9-4BC4EFCEB759@apache.org> <86B96B16-4CBD-4F5F-A346-B74D5557DA46@icloud.com> <0C2654BE-2198-4D1C-9A24-AE1BE31B650B@apache.org> <35A94E33-3363-4061-BE29-083FD8F96C7F@apache.org> <0E5BD990-8230-4E1D-96C6-C93E581F2321@apache.org> <01AC4362-8A27-49D3-93DE-C316E42FB761@apache.org> From: =?UTF-8?Q?M=C3=A1rton_Balassi?= Date: Fri, 12 Jun 2015 09:46:20 +0200 Message-ID: Subject: Re: Testing Apache Flink 0.9.0-rc1 To: dev@flink.apache.org Content-Type: multipart/alternative; boundary=047d7ba979a0098a3605184d4fb5 --047d7ba979a0098a3605184d4fb5 Content-Type: text/plain; charset=UTF-8 @Till: This also apples to the streaming connectors. On Fri, Jun 12, 2015 at 9:45 AM, Till Rohrmann wrote: > Hi guys, > > I just noticed while testing the TableAPI on the cluster that it is not > part of the dist module. Therefore, programs using the TableAPI will only > run when you put the TableAPI jar directly on the cluster or if you build a > fat jar including the TableAPI jar. This is nowhere documented. > Furthermore, this also applies to Gelly and FlinkML. > > Cheers, > Till > > On Fri, Jun 12, 2015 at 9:16 AM Till Rohrmann > wrote: > > > I'm currently going through the license file and I discovered some > > skeletons in our closet. This has to be merged as well. But I'm still > > working on it (we have a lot of dependencies). > > > > Cheers, > > Till > > > > > > On Fri, Jun 12, 2015 at 12:51 AM Ufuk Celebi wrote: > > > >> > >> On 12 Jun 2015, at 00:49, Fabian Hueske wrote: > >> > >> > 2. is basically done. I have a patch which updates the counters on > page > >> > reload but that shouldn't be hard to extend to dynamic updates. > >> > >> Very nice! :-) Thanks! > >> > > > --047d7ba979a0098a3605184d4fb5--