Skip to content

Commit

Permalink
Increase default number of partitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Apr 3, 2014
1 parent 9c65fa7 commit 1279df2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ case class Exchange(newPartitioning: Partitioning, child: SparkPlan) extends Una
*/
object AddExchange extends Rule[SparkPlan] {
// TODO: Determine the number of partitions.
val numPartitions = 8
val numPartitions = 150

def apply(plan: SparkPlan): SparkPlan = plan.transformUp {
case operator: SparkPlan =>
Expand Down

0 comments on commit 1279df2

Please sign in to comment.