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 39607200CD9 for ; Thu, 3 Aug 2017 15:40:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 37DE316B8A2; Thu, 3 Aug 2017 13:40:16 +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 7D6B816B89A for ; Thu, 3 Aug 2017 15:40:15 +0200 (CEST) Received: (qmail 94352 invoked by uid 500); 3 Aug 2017 13:40:09 -0000 Mailing-List: contact user-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list user@flink.apache.org Received: (qmail 94342 invoked by uid 99); 3 Aug 2017 13:40:09 -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; Thu, 03 Aug 2017 13:40:09 +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 88348180312 for ; Thu, 3 Aug 2017 13:40:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id WQoZkzLGhmCZ for ; Thu, 3 Aug 2017 13:40:07 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id F422D5FC9D for ; Thu, 3 Aug 2017 13:40:06 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 7AACD58B91223 for ; Thu, 3 Aug 2017 06:40:06 -0700 (MST) Date: Thu, 3 Aug 2017 06:39:31 -0700 (PDT) From: Biplob Biswas To: user@flink.apache.org Message-ID: <1501767571314-14661.post@n4.nabble.com> In-Reply-To: <8995551.xB4HX2ZWU8@nico-work> References: <1501687739704-14644.post@n4.nabble.com> <1501753212112-14653.post@n4.nabble.com> <8995551.xB4HX2ZWU8@nico-work> Subject: Re: Can't find correct JobManager address, job fails with Queryable state MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Thu, 03 Aug 2017 13:40:16 -0000 Hi Nico, I had actually tried doing that but I still get the same error as before with the actor not found. I then ran on my mock cluster and I was getting the same error although I could observe the jobmanager on the yarn cluster mode with a defined port. The addres and port combination was random and as mentioned here , the the JobManager is always allocated at different machines. So to circumvent this issue, I created a flink yarn session and ran my job within this session. As the jobmanager is fixed within a yarn session, so I set my jobmanager address and port using the corresponding data. Now it can connect to jobmanager (only on cluster, still not on local mode) but the job id I specified was wrong and I don't really know how to fetch the jobid of my flink job within a running instance. Thanks, Biplob -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Can-t-find-correct-JobManager-address-job-fails-with-Queryable-state-tp14644p14661.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.