Return-Path: X-Original-To: apmail-flink-user-archive@minotaur.apache.org Delivered-To: apmail-flink-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D3524175F6 for ; Wed, 10 Jun 2015 13:47:52 +0000 (UTC) Received: (qmail 50105 invoked by uid 500); 10 Jun 2015 13:47:52 -0000 Delivered-To: apmail-flink-user-archive@flink.apache.org Received: (qmail 50041 invoked by uid 500); 10 Jun 2015 13:47:52 -0000 Mailing-List: contact user-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@flink.apache.org Delivered-To: mailing list user@flink.apache.org Received: (qmail 50031 invoked by uid 99); 10 Jun 2015 13:47:52 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2015 13:47:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 4CF321827EA for ; Wed, 10 Jun 2015 13:47:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.009 X-Spam-Level: X-Spam-Status: No, score=-0.009 tagged_above=-999 required=6.31 tests=[T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id PTVJTChozuHA for ; Wed, 10 Jun 2015 13:47:38 +0000 (UTC) Received: from smail.rz.tu-ilmenau.de (smail.rz.tu-ilmenau.de [141.24.4.149]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 5A0F627619 for ; Wed, 10 Jun 2015 13:47:38 +0000 (UTC) Received: from [192.168.110.143] (wl-r1-72.rz.tu-ilmenau.de [141.24.11.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smail.rz.tu-ilmenau.de (Postfix) with ESMTPSA id A04F75EEF4 for ; Wed, 10 Jun 2015 15:47:33 +0200 (CEST) Message-ID: <55783FF8.9090904@tu-ilmenau.de> Date: Wed, 10 Jun 2015 15:47:36 +0200 From: Philipp Goetze User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: user@flink.apache.org Subject: Re: Flink 0.9 built with Scala 2.11 References: <55783256.5070609@tu-ilmenau.de> <44F50DFB-1409-4E57-9AD5-79C317573B53@icloud.com> <5578391A.3090509@tu-ilmenau.de> <81BB99AE-355C-4C7E-BD8F-075F4F8CF8A8@icloud.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Done. Can be found here: https://issues.apache.org/jira/browse/FLINK-2200 Best Regards, Philipp On 10.06.2015 15:29, Chiwan Park wrote: > But I think uploading Flink API with scala 2.11 to maven repository is nice idea. > Could you create a JIRA issue? > > Regards, > Chiwan Park > >> On Jun 10, 2015, at 10:23 PM, Chiwan Park wrote: >> >> No. Currently, there are no Flink binaries with scala 2.11 which are downloadable. >> >> Regards, >> Chiwan Park >> >>> On Jun 10, 2015, at 10:18 PM, Philipp Goetze wrote: >>> >>> Thank you Chiwan! >>> >>> I did not know the master has a 2.11 profile. >>> >>> But there is no pre-built Flink with 2.11, which I could refer to in sbt or maven, is it? >>> >>> Best Regards, >>> Philipp >>> >>> On 10.06.2015 15:03, Chiwan Park wrote: >>>> Hi. You can build Flink with Scala 2.11 with scala-2.11 profile in master branch. >>>> `mvn clean install -DskipTests -P \!scala-2.10,scala-2.11` command builds Flink with Scala 2.11. >>>> >>>> Regards, >>>> Chiwan Park >>>> >>>>> On Jun 10, 2015, at 9:56 PM, Flavio Pompermaier wrote: >>>>> >>>>> Nice! >>>>> >>>>> On 10 Jun 2015 14:49, "Philipp Goetze" wrote: >>>>> Hi community! >>>>> >>>>> We started a new project called Piglet (https://github.com/ksattler/piglet). >>>>> For that we use i.a. Flink as a backend. The project is based on Scala 2.11. Thus we need a 2.11 build of Flink. >>>>> >>>>> Until now we used the 2.11 branch of the stratosphere project and built Flink ourselves. Unfortunately this branch is not up-to-date. >>>>> >>>>> Do you have an official repository for Flink 0.9 (built with Scala 2.11)? >>>>> >>>>> Best Regards, >>>>> Philipp >>>> >>>> >>>> >> >> >> > > >