From commits-return-87352-archive-asf-public=cust-asf.ponee.io@airflow.apache.org Tue Jan 7 07:22:34 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id A9418180643 for ; Tue, 7 Jan 2020 08:22:33 +0100 (CET) Received: (qmail 42058 invoked by uid 500); 7 Jan 2020 07:22:33 -0000 Mailing-List: contact commits-help@airflow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.apache.org Delivered-To: mailing list commits@airflow.apache.org Received: (qmail 42049 invoked by uid 99); 7 Jan 2020 07:22:33 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jan 2020 07:22:33 +0000 From: GitBox To: commits@airflow.apache.org Subject: [GitHub] [airflow] albertusk95 commented on issue #7075: [AIRFLOW-6212] SparkSubmitHook resolve connection Message-ID: <157838175293.2332.12525529595692857439.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Tue, 07 Jan 2020 07:22:32 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit albertusk95 commented on issue #7075: [AIRFLOW-6212] SparkSubmitHook resolve connection URL: https://github.com/apache/airflow/pull/7075#issuecomment-571468228 > > @tooptoop4 if we don't remove the spark check on line 177, how to use this hook to track driver status deployed on yarn, mesos, or k8s? Since I think `spark://` is only for standalone mode. > > Or this hook is created only for standalone mode? > > yes.there is no concept of async driver status poll for other modes , read https://spark.apache.org/docs/latest/running-on-yarn.html ! in other modes the submit to launch is synchronous . i think u can cancel this @albertusk95 I couldn't find any info stating that there's no async driver polling for YARN anyway from the provided link. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services