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 984A1200B92 for ; Wed, 28 Sep 2016 10:00:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 96DAD160AD4; Wed, 28 Sep 2016 08:00:59 +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 D5284160AB4 for ; Wed, 28 Sep 2016 10:00:58 +0200 (CEST) Received: (qmail 29672 invoked by uid 500); 28 Sep 2016 08:00:57 -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 29663 invoked by uid 99); 28 Sep 2016 08:00:57 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2016 08:00:57 +0000 Received: from mail-oi0-f53.google.com (mail-oi0-f53.google.com [209.85.218.53]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 9D7FA1A027C for ; Wed, 28 Sep 2016 08:00:57 +0000 (UTC) Received: by mail-oi0-f53.google.com with SMTP id r126so43579436oib.0 for ; Wed, 28 Sep 2016 01:00:57 -0700 (PDT) X-Gm-Message-State: AA6/9RkLLPq2LW6sYS+BUnnwRVznh5CQs7tg/u62hY5GuJUZWP4OrkEZlRxgnIq1oJFZb/j1sbjXm6FyIjEVQxdq X-Received: by 10.157.54.73 with SMTP id w67mr1721448otb.48.1475049657059; Wed, 28 Sep 2016 01:00:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.31.23 with HTTP; Wed, 28 Sep 2016 01:00:16 -0700 (PDT) In-Reply-To: <1FFC330A-CABF-4704-BF4C-925E93B366EF@gmail.com> References: <1FFC330A-CABF-4704-BF4C-925E93B366EF@gmail.com> From: Ufuk Celebi Date: Wed, 28 Sep 2016 10:00:16 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: RemoteEnv connect failed To: user@flink.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable archived-at: Wed, 28 Sep 2016 08:00:59 -0000 Hey Dayong, can you check the logs of the Flink cluster on the virtual machine? The client side (what you posted) looks ok. =E2=80=93 Ufuk On Wed, Sep 14, 2016 at 3:52 PM, Dayong wrote: > Hi folks, > I need to run a java app to submit a job to remote flink cluster. I am te= sting with the code at https://gist.github.com/datafibers/4b842ebc5b3c9e754= ceaf78695e7567e > and my comments. > > > Thanks, > Will