aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorXin Ren <iamshrek@126.com>2016-05-10 15:12:47 -0700
committerShixiong Zhu <shixiong@databricks.com>2016-05-10 15:12:47 -0700
commit86475520f88f90c9d3b71516f65ccc0e9d244863 (patch)
tree365a7f00639c95b46c330ab30215c24f41ac1796 /core
parentda02d006bbb5c4fe62abd5542b9fff7d1c58603c (diff)
downloadspark-86475520f88f90c9d3b71516f65ccc0e9d244863.tar.gz
spark-86475520f88f90c9d3b71516f65ccc0e9d244863.tar.bz2
spark-86475520f88f90c9d3b71516f65ccc0e9d244863.zip
[SPARK-14936][BUILD][TESTS] FlumePollingStreamSuite is slow
https://issues.apache.org/jira/browse/SPARK-14936 ## What changes were proposed in this pull request? FlumePollingStreamSuite contains two tests which run for a minute each. This seems excessively slow and we should speed it up if possible. In this PR, instead of creating `StreamingContext` directly from `conf`, here an underlying `SparkContext` is created before all and it is used to create each`StreamingContext`. Running time is reduced by avoiding multiple `SparkContext` creations and destroys. ## How was this patch tested? Tested on my local machine running `testOnly *.FlumePollingStreamSuite` Author: Xin Ren <iamshrek@126.com> Closes #12845 from keypointt/SPARK-14936.
Diffstat (limited to 'core')
0 files changed, 0 insertions, 0 deletions