Description
Right now we have no ability to configure things in Spark SQL. A good start would be passing a SparkConf though the planner such that users could override the number of partitions used during an Exchange.
Note that while current spark confs are immutable after the context is created, we want some ability to change settings on a per query basis.
Attachments
Issue Links
- relates to
-
SPARK-1191 Convert configs to use SparkConf
- Resolved
-
SPARK-1704 Support EXPLAIN in Spark SQL
- Resolved