aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-1022-44/+64
* [SPARK-20243][TESTS] DebugFilesystem.assertNoOpenStreams thread raceBogdan Raducanu2017-04-101-10/+16
* [SPARK-20260][MLLIB] String interpolation required for error messageVijay Ramesh2017-04-091-1/+1
* [SPARK-19991][CORE][YARN] FileSegmentManagedBuffer performance improvementSean Owen2017-04-091-1/+1
* [MINOR] Issue: Change "slice" vs "partition" in exception messages (and code?)asmith262017-04-091-1/+1
* [SPARK-17019][CORE] Expose on-heap and off-heap memory usage in various placesjerryshao2017-04-0622-118/+628
* [SPARK-20217][CORE] Executor should not fail stage if killed task throws non-...Eric Liang2017-04-052-2/+8
* [SPARK-20204][SQL][FOLLOWUP] SQLConf should react to change in default timezo...Dilip Biswal2017-04-063-0/+34
* [SPARK-19807][WEB UI] Add reason for cancellation when a stage is killed usin...shaolinliu2017-04-051-1/+1
* [SPARK-20042][WEB UI] Fix log page buttons for reverse proxy modeOliver Köth2017-04-051-3/+16
* [SPARK-9002][CORE] KryoSerializer initialization does not include 'Array[Int]'Denis Bolshakov2017-04-032-0/+17
* [SPARK-20084][CORE] Remove internal.metrics.updatedBlockStatuses from history...Ryan Blue2017-03-311-4/+11
* [SPARK-20127][CORE] few warning have been fixed which Intellij IDEA reported ...Denis Bolshakov2017-03-3013-29/+22
* [SPARK-20096][SPARK SUBMIT][MINOR] Expose the right queue name not null if se...Kent Yao2017-03-302-0/+12
* [DOCS] Docs-only improvementsJacek Laskowski2017-03-309-17/+12
* [SPARK-15354][CORE] Topology aware block replication strategiesShubham Chopra2017-03-304-32/+222
* [SPARK-20148][SQL] Extend the file commit API to allow subscribing to task co...Eric Liang2017-03-291-0/+7
* [SPARK-20059][YARN] Use the correct classloader for HBaseCredentialProviderjerryshao2017-03-292-2/+12
* [SPARK-19556][CORE] Do not encrypt block manager data in memory.Marcelo Vanzin2017-03-2915-254/+686
* [SPARK-19868] conflict TasksetManager lead to spark stoppedliujianhui2017-03-282-8/+34
* [SPARK-19803][CORE][TEST] Proactive replication test failuresShubham Chopra2017-03-283-12/+29
* [SPARK-20088] Do not create new SparkContext in SparkR createSparkContextHossein2017-03-271-1/+1
* logging improvementsJuan Rodriguez Hortala2017-03-262-2/+3
* [SPARK-20070][SQL] Fix 2.10 buildHerman van Hovell2017-03-252-3/+3
* [SPARK-20070][SQL] Redact DataSourceScanExec treeStringHerman van Hovell2017-03-244-8/+53
* [SPARK-19820][CORE] Add interface to kill tasks w/ a reasonEric Liang2017-03-2337-108/+269
* [SPARK-16929] Improve performance when check speculatable tasks.jinxing2017-03-235-6/+176
* [SPARK-19567][CORE][SCHEDULER] Support some Schedulable variables immutabilit...erenavsarogullari2017-03-237-39/+58
* [MINOR][BUILD] Fix javadoc8 breakhyukjinkwon2017-03-231-1/+1
* [SPARK-19925][SPARKR] Fix SparkR spark.getSparkFiles fails when it was called...Yanbo Liang2017-03-211-0/+2
* [SPARK-19998][BLOCK MANAGER] Change the exception log to add RDD id of the re...jianran.tfh2017-03-211-1/+1
* [SPARK-17204][CORE] Fix replicated off heap storageMichael Allman2017-03-215-25/+105
* [SPARK-18817][SPARKR][SQL] change derby log output to temp dirFelix Cheung2017-03-191-0/+9
* [SPARK-16599][CORE] java.util.NoSuchElementException: None.get at at org.apac...Sean Owen2017-03-181-2/+2
* [SPARK-13369] Add config for number of consecutive fetch failuresSital Kedia2017-03-173-27/+22
* [SPARK-19946][TESTING] DebugFilesystem.assertNoOpenStreams should report the ...Bogdan Raducanu2017-03-162-2/+21
* [SPARK-18066][CORE][TESTS] Add Pool usage policies test coverage for FIFO & F...erenavsarogullari2017-03-152-8/+96
* [SPARK-19960][CORE] Move `SparkHadoopWriter` to `internal/io/`jiangxingbo2017-03-155-64/+99
* [SPARK-19889][SQL] Make TaskContext callbacks thread safeHerman van Hovell2017-03-153-34/+93
* [SPARK-19831][CORE] Reuse the existing cleanupThreadExecutor to clean up the ...xiaojian.fxj2017-03-121-6/+11
* [SPARK-17979][SPARK-14453] Remove deprecated SPARK_YARN_USER_ENV and SPARK_JA...Yong Tang2017-03-103-68/+1
* [SPARK-19793] Use clock.getTimeMillis when mark task as finished in TaskSetMa...jinxing2017-03-094-7/+17
* [SPARK-19757][CORE] DriverEndpoint#makeOffers race against CoarseGrainedSched...Jimmy Xiang2017-03-091-12/+26
* [SPARK-19803][TEST] flaky BlockManagerReplicationSuite test failureuncleGen2017-03-071-5/+5
* [SPARK-19796][CORE] Fix serialization of long property values in TaskDescriptionImran Rashid2017-03-062-2/+26
* [SPARK-19792][WEBUI] In the Master Page,the column named “Memory per Nodeâ€...liuxian2017-03-051-1/+1
* [SPARK-19739][CORE] propagate S3 session token to cluseruncleGen2017-03-031-5/+8
* [SPARK-19276][CORE] Fetch Failure handling robust to user error handlingImran Rashid2017-03-026-17/+195
* [SPARK-19631][CORE] OutputCommitCoordinator should not allow commits for alre...Patrick Woody2017-03-022-24/+46
* [SPARK-19720][CORE] Redact sensitive information from SparkSubmit consoleMark Grover2017-03-023-5/+31