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 1F9942009F5 for ; Sun, 8 May 2016 22:39:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1E288160A06; Sun, 8 May 2016 20:39:01 +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 65AC81609B2 for ; Sun, 8 May 2016 22:39:00 +0200 (CEST) Received: (qmail 48063 invoked by uid 500); 8 May 2016 20:38:59 -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 48052 invoked by uid 99); 8 May 2016 20:38:59 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 May 2016 20:38:59 +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 BA3EA180481 for ; Sun, 8 May 2016 20:38:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.279 X-Spam-Level: * X-Spam-Status: No, score=1.279 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id CAdd8fZAfqkQ for ; Sun, 8 May 2016 20:38:56 +0000 (UTC) Received: from BLU004-OMC3S12.hotmail.com (blu004-omc3s12.hotmail.com [65.55.116.87]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 335DC5F2F0 for ; Sun, 8 May 2016 20:38:55 +0000 (UTC) Received: from BLU436-SMTP255 ([65.55.116.72]) by BLU004-OMC3S12.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sun, 8 May 2016 13:38:48 -0700 X-TMN: [lV/1GjDaUqDMFq9zEHEvbLbxBq7gJrY4] X-Originating-Email: [ewright@live.com] Message-ID: From: "Wright, Eron" Content-Type: multipart/alternative; boundary="Apple-Mail=_CCC34CE0-C3BC-4378-8C5B-4F95C7EC53A0" Subject: Installing Flink with Homebrew Date: Sun, 8 May 2016 13:38:44 -0700 To: dev@flink.apache.org MIME-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-OriginalArrivalTime: 08 May 2016 20:38:46.0779 (UTC) FILETIME=[9E96ACB0:01D1A969] archived-at: Sun, 08 May 2016 20:39:01 -0000 --Apple-Mail=_CCC34CE0-C3BC-4378-8C5B-4F95C7EC53A0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Hi, I submitted a PR to the homebrew project (Mac=E2=80=99s = unofficial package manager) to add a formula for installing Flink 1.0.2.=20= https://github.com/Homebrew/homebrew-core/pull/968 = This will simplify installation on Mac. Here=E2=80=99s the typical = flow: $ brew info apache-flink apache-flink: stable 1.0.2, HEAD Scalable batch and stream data processing https://flink.apache.org/ Not installed From: = https://github.com/Homebrew/homebrew-core/blob/master/Formula/apache-flink= .rb $ brew install apache-flink =3D=3D> Downloading = https://www.apache.org/dyn/closer.lua?path=3Dflink/flink-1.0.2/flink-1.0.2= -bin-hadoop26-scala_2.10.tgz Already downloaded: /Library/Caches/Homebrew/apache-flink-1.0.2.tgz =F0=9F=8D=BA /usr/local/Cellar/apache-flink/1.0.2: 88 files, 89.9M, = built in 4 seconds $ flink --version Version: 1.0.2, Commit ID: d39af15 I made the somewhat arbitrary choice to use Scala 2.10 and Hadoop 2.6 = for consistency with the apache-spark formula. In future the formula = may be parameterized to allow the user to decide. I chose to add only the `flink`, `pyflink2.sh`, and `pyflink3.sh` = commands to the system path. I felt that the names of the other bin = scripts are too vague (`start-local.sh`, etc) to be on the system path. = I considered `flink-daemon` but was unsure it is a documented tool. There=E2=80=99s still a chance to change the PR before it is merged. = Of course we can change it further with 1.0.3. Enjoy, Eron Wright= --Apple-Mail=_CCC34CE0-C3BC-4378-8C5B-4F95C7EC53A0--