You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Andrew Or (JIRA)" <ji...@apache.org> on 2015/09/05 03:59:45 UTC

[jira] [Resolved] (SPARK-9925) Set SQLConf.SHUFFLE_PARTITIONS.key correctly for tests

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

Andrew Or resolved SPARK-9925.
------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.0

> Set SQLConf.SHUFFLE_PARTITIONS.key correctly for tests
> ------------------------------------------------------
>
>                 Key: SPARK-9925
>                 URL: https://issues.apache.org/jira/browse/SPARK-9925
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Yin Huai
>            Assignee: Yin Huai
>             Fix For: 1.6.0
>
>
> Right now, in our TestSQLContext/TestHiveContext, we use {{override def numShufflePartitions: Int = this.getConf(SQLConf.SHUFFLE_PARTITIONS, 5)}} to set {{SHUFFLE_PARTITIONS}}. However, we never put it to SQLConf. So, after we use {{withSQLConf(SQLConf.SHUFFLE_PARTITIONS.key -> "number")}}, the number of shuffle partitions will be set back to 200.



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