aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20385][WEB-UI] Submitted Time' field, the date format needs to be form...郭小龙 102076332017-04-232-2/+2
* [SPARK-20386][SPARK CORE] modify the log info if the block exists on the slav...eatoncys2017-04-221-17/+35
* [SPARK-20172][CORE] Add file permission check when listing files in FsHistory...jerryshao2017-04-204-19/+145
* [SPARK-20358][CORE] Executors failing stage on interrupted exception thrown b...Eric Liang2017-04-202-10/+19
* [SPARK-20354][CORE][REST-API] When I request access to the 'http: //ip:port/a...郭小龙 102076332017-04-181-1/+1
* [SPARK-20344][SCHEDULER] Duplicate call in FairSchedulableBuilder.addTaskSetM...Robert Stupp2017-04-181-16/+16
* [SPARK-20343][BUILD] Add avro dependency in core POM to resolve build failure...hyukjinkwon2017-04-161-0/+4
* [SPARK-20284][CORE] Make {Des,S}erializationStream extend CloseableSergei Lebedev2017-04-131-4/+4
* [SPARK-20131][CORE] Don't use `this` lock in StandaloneSchedulerBackend.stopShixiong Zhu2017-04-121-16/+17
* [SPARK-15354][FLAKY-TEST] TopologyAwareBlockReplicationPolicyBehavior.Peers i...Wenchen Fan2017-04-131-2/+11
* [SPARK-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-1211-21/+21
* [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