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 E3A89200AF7 for ; Tue, 14 Jun 2016 22:19:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E275D160A5F; Tue, 14 Jun 2016 20:19:31 +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 32E8C160A06 for ; Tue, 14 Jun 2016 22:19:31 +0200 (CEST) Received: (qmail 62853 invoked by uid 500); 14 Jun 2016 20:19:30 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 62821 invoked by uid 99); 14 Jun 2016 20:19:30 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2016 20:19:30 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 36F3A2C1F62 for ; Tue, 14 Jun 2016 20:19:30 +0000 (UTC) Date: Tue, 14 Jun 2016 20:19:30 +0000 (UTC) From: "Yin Huai (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (SPARK-15247) sqlCtx.read.parquet yields at least n_executors * n_cores tasks MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 14 Jun 2016 20:19:32 -0000 [ https://issues.apache.org/jira/browse/SPARK-15247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yin Huai resolved SPARK-15247. ------------------------------ Resolution: Fixed Fix Version/s: 2.0.0 This issue has been resolved by https://github.com/apache/spark/pull/13137. > sqlCtx.read.parquet yields at least n_executors * n_cores tasks > --------------------------------------------------------------- > > Key: SPARK-15247 > URL: https://issues.apache.org/jira/browse/SPARK-15247 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 1.6.0 > Reporter: Johnny W. > Assignee: Takeshi Yamamuro > Fix For: 2.0.0 > > > sqlCtx.read.parquet always yields at least n_executors * n_cores tasks, even though this is only 1 very small file > This issue can increase the latency for small jobs. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org