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

2015-09-04 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-9925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14731170#comment-14731170
 ] 

Apache Spark commented on SPARK-9925:
-

User 'davies' has created a pull request for this issue:
https://github.com/apache/spark/pull/8602

> 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
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



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

2015-08-12 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-9925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14694482#comment-14694482
 ] 

Apache Spark commented on SPARK-9925:
-

User 'yhuai' has created a pull request for this issue:
https://github.com/apache/spark/pull/8155

> 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
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org