You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/08/25 06:15:47 UTC

[jira] [Assigned] (SPARK-10216) Avoid creating empty files during overwrite into Hive table with group by query

     [ https://issues.apache.org/jira/browse/SPARK-10216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-10216:
------------------------------------

    Assignee:     (was: Apache Spark)

> Avoid creating empty files during overwrite into Hive table with group by query
> -------------------------------------------------------------------------------
>
>                 Key: SPARK-10216
>                 URL: https://issues.apache.org/jira/browse/SPARK-10216
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Keuntae Park
>            Priority: Minor
>
> Exchange from GROUP BY query results in at least certain amount of partitions specified in 'spark.sql.shuffle.partition'.
> Hence, even when the number of distinct group-by key is small, 
> INSERT INTO with GROUP BY query try to make at least 200 files (default value of 'spark.sql.shuffle.partition'), 
> which results in lots of empty files.
> I think it is undesirable because upcoming queries on the resulting table will also make zero size partitions and unnecessary tasks do nothing on handling the queries.



--
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