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 A3FA0200CFF for ; Tue, 22 Aug 2017 16:27:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A23B5166031; Tue, 22 Aug 2017 14:27:41 +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 DE71616602E for ; Tue, 22 Aug 2017 16:27:40 +0200 (CEST) Received: (qmail 78648 invoked by uid 500); 22 Aug 2017 14:27:39 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 78637 invoked by uid 99); 22 Aug 2017 14:27:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Aug 2017 14:27:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 67D4DE0667; Tue, 22 Aug 2017 14:27:39 +0000 (UTC) From: tgravescs To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark issue #18905: [SPARK-21660][YARN][Shuffle] Yarn ShuffleService failed ... Content-Type: text/plain Message-Id: <20170822142739.67D4DE0667@git1-us-west.apache.org> Date: Tue, 22 Aug 2017 14:27:39 +0000 (UTC) archived-at: Tue, 22 Aug 2017 14:27:41 -0000 Github user tgravescs commented on the issue: https://github.com/apache/spark/pull/18905 The recovery path returned by yarn is supposed to be reliable and if it isn't working then the NM itself shouldn't run. So in general you should just use that if you want spark to be able to recover. If you don't have yarn recovery enabled them there is no need for us to write the DBs at all and I think we should change to not do that. I think this jira is a dup of https://issues.apache.org/jira/browse/SPARK-17321 See my comments there. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org