aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql
diff options
context:
space:
mode:
authorTakeshi YAMAMURO <linguin.m.s@gmail.com>2016-06-14 13:05:56 -0700
committerYin Huai <yhuai@databricks.com>2016-06-14 13:05:56 -0700
commitdae4d5db21368faaa46fa8d1a256c27428694c2c (patch)
tree9365fee0215cfea7b5926e1ac05c706746ed3757 /python/pyspark/sql
parentbd39ffe35c6f939debe5d3c5eb4970b4e62507b0 (diff)
downloadspark-dae4d5db21368faaa46fa8d1a256c27428694c2c.tar.gz
spark-dae4d5db21368faaa46fa8d1a256c27428694c2c.tar.bz2
spark-dae4d5db21368faaa46fa8d1a256c27428694c2c.zip
[SPARK-15247][SQL] Set the default number of partitions for reading parquet schemas
## What changes were proposed in this pull request? This pr sets the default number of partitions when reading parquet schemas. SQLContext#read#parquet currently yields at least n_executors * n_cores tasks even if parquet data consist of a single small file. This issue could increase the latency for small jobs. ## How was this patch tested? Manually tested and checked. Author: Takeshi YAMAMURO <linguin.m.s@gmail.com> Closes #13137 from maropu/SPARK-15247.
Diffstat (limited to 'python/pyspark/sql')
0 files changed, 0 insertions, 0 deletions