-
- Downloads
[SPARK-19693][SQL] Make the SET mapreduce.job.reduces automatically converted...
[SPARK-19693][SQL] Make the SET mapreduce.job.reduces automatically converted to spark.sql.shuffle.partitions ## What changes were proposed in this pull request? Make the `SET mapreduce.job.reduces` automatically converted to `spark.sql.shuffle.partitions`, it's similar to `SET mapred.reduce.tasks`. ## How was this patch tested? unit tests Author: Yuming Wang <wgyumg@gmail.com> Closes #17020 from wangyum/SPARK-19693.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/command/SetCommand.scala 17 additions, 0 deletions...a/org/apache/spark/sql/execution/command/SetCommand.scala
- sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala 4 additions, 0 deletions...rc/main/scala/org/apache/spark/sql/internal/SQLConf.scala
- sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala 12 additions, 0 deletions...e/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
Please register or sign in to comment