From reviews-return-671542-archive-asf-public=cust-asf.ponee.io@spark.apache.org Fri Jul 13 07:39:15 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B30DA180626 for ; Fri, 13 Jul 2018 07:39:14 +0200 (CEST) Received: (qmail 57712 invoked by uid 500); 13 Jul 2018 05:39:13 -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 57701 invoked by uid 99); 13 Jul 2018 05:39:12 -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; Fri, 13 Jul 2018 05:39:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C5678DFA59; Fri, 13 Jul 2018 05:39:12 +0000 (UTC) From: SparkQA To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark issue #21758: [SPARK-24795][CORE] Implement barrier execution mode Content-Type: text/plain Message-Id: <20180713053912.C5678DFA59@git1-us-west.apache.org> Date: Fri, 13 Jul 2018 05:39:12 +0000 (UTC) Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/21758 **[Test build #92962 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/92962/testReport)** for PR 21758 at commit [`c25ec47`](https://github.com/apache/spark/commit/c25ec473ff078c071aec513953f56c64e6a228a4). * This patch **fails to build**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `trait BarrierTaskContext extends TaskContext ` * `class BarrierTaskContextImpl(` * `class RDDBarrier[T: ClassTag](rdd: RDD[T]) ` * `case class WorkerOffer(` --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org