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 C162617747 for ; Mon, 2 Mar 2015 15:51:10 +0000 (UTC) Received: (qmail 33139 invoked by uid 500); 2 Mar 2015 15:51:10 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 33075 invoked by uid 500); 2 Mar 2015 15:51:10 -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 33061 invoked by uid 99); 2 Mar 2015 15:51:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2015 15:51:10 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ewenstephan@gmail.com designates 209.85.213.172 as permitted sender) Received: from [209.85.213.172] (HELO mail-ig0-f172.google.com) (209.85.213.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2015 15:51:05 +0000 Received: by igbhn18 with SMTP id hn18so18287342igb.2 for ; Mon, 02 Mar 2015 07:48:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=RMNiz88LVQaa1ZBqEkcbJwSEwusEthaiYSC9M/mRxUo=; b=MZs6WoYNpNPBi3Zk9u7BW3wuEqIyNy1Zf+rbCtnvc/ak/i225iVOLDFH6yqf/yugT3 /is18Ju9ZJhCpLQkvFB7OcmriB3l1XyMhVg+DBq0tWO6yfawRAPmOBVVrYeAOrp6TMaQ FHvHgng9qsjmQJSUOkBFWGmniocTEDL0fF5NK2xwhSgNupjJKDglrDYOwj1oJu/aa/47 u1FFAK3LVII1o9sCEJsMNivk/PWQ6g19yy1GXkfvdhDiC+tzkRk4OfBzg0t9TNvbPPY8 HKLlEHCXGlqY/cckJEkG3IWTDWhpDkhK9AtBFhXNIJCiAobToKmOIzd6jp/elsRho3ZT k8wg== MIME-Version: 1.0 X-Received: by 10.43.140.68 with SMTP id iz4mr32004853icc.77.1425311310454; Mon, 02 Mar 2015 07:48:30 -0800 (PST) Sender: ewenstephan@gmail.com Received: by 10.64.76.130 with HTTP; Mon, 2 Mar 2015 07:48:30 -0800 (PST) In-Reply-To: References: Date: Mon, 2 Mar 2015 16:48:30 +0100 X-Google-Sender-Auth: puhRVHS4DoIcNQc_qn5yFmT7bIM Message-ID: Subject: Re: [DISCUSS] Offer Flink with Scala 2.11 From: Stephan Ewen To: "dev@flink.apache.org" Content-Type: multipart/alternative; boundary=001a11c335f65aa4550510502651 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c335f65aa4550510502651 Content-Type: text/plain; charset=UTF-8 Big +1 from my side! Does it have to be a Maven profile, or does a maven property work? (Profile may be needed for quasiquotes dependency?) On Mon, Mar 2, 2015 at 4:36 PM, Alexander Alexandrov < alexander.s.alexandrov@gmail.com> wrote: > Hi there, > > since I'm relying on Scala 2.11.4 on a project I've been working on, I > created a branch which updates the Scala version used by Flink from 2.10.4 > to 2.11.4: > > https://github.com/stratosphere/flink/commits/scala_2.11 > > Everything seems to work fine and the PR contains minor changes compared to > Spark: > > https://issues.apache.org/jira/browse/SPARK-4466 > > If you're interested, I can rewrite this as a Maven Profile and open a PR > so people can build Flink with 2.11 support. > > I suggest to do this sooner rather than later in order to > > * the number of code changes enforced by migration small and tractable; > * discourage the use of deprecated or 2.11-incompatible source code in > future commits; > > Regards, > A. > --001a11c335f65aa4550510502651--