aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
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-202-17/+34
* [SPARK-20358][CORE] Executors failing stage on interrupted exception thrown b...Eric Liang2017-04-201-1/+2
* [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-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-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-126-14/+14
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-1014-28/+39
* [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-0613-92/+214
* [SPARK-20217][CORE] Executor should not fail stage if killed task throws non-...Eric Liang2017-04-051-1/+1
* [SPARK-20204][SQL][FOLLOWUP] SQLConf should react to change in default timezo...Dilip Biswal2017-04-062-0/+25
* [SPARK-19807][WEB UI] Add reason for cancellation when a stage is killed usin...shaolinliu2017-04-051-1/+1
* [SPARK-9002][CORE] KryoSerializer initialization does not include 'Array[Int]'Denis Bolshakov2017-04-031-0/+7
* [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-3011-21/+19
* [SPARK-20096][SPARK SUBMIT][MINOR] Expose the right queue name not null if se...Kent Yao2017-03-301-0/+1
* [DOCS] Docs-only improvementsJacek Laskowski2017-03-307-12/+10
* [SPARK-15354][CORE] Topology aware block replication strategiesShubham Chopra2017-03-302-20/+128
* [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-291-1/+6
* [SPARK-19556][CORE] Do not encrypt block manager data in memory.Marcelo Vanzin2017-03-299-201/+434
* [SPARK-19868] conflict TasksetManager lead to spark stoppedliujianhui2017-03-281-7/+8
* [SPARK-19803][CORE][TEST] Proactive replication test failuresShubham Chopra2017-03-282-1/+11
* [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-251-1/+1
* [SPARK-20070][SQL] Redact DataSourceScanExec treeStringHerman van Hovell2017-03-243-4/+38
* [SPARK-19820][CORE] Add interface to kill tasks w/ a reasonEric Liang2017-03-2325-83/+189
* [SPARK-16929] Improve performance when check speculatable tasks.jinxing2017-03-233-6/+108
* [SPARK-19567][CORE][SCHEDULER] Support some Schedulable variables immutabilit...erenavsarogullari2017-03-233-30/+37
* [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-214-21/+89
* [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-172-19/+14
* [SPARK-18066][CORE][TESTS] Add Pool usage policies test coverage for FIFO & F...erenavsarogullari2017-03-151-2/+5
* [SPARK-19960][CORE] Move `SparkHadoopWriter` to `internal/io/`jiangxingbo2017-03-154-64/+98
* [SPARK-19889][SQL] Make TaskContext callbacks thread safeHerman van Hovell2017-03-152-34/+67
* [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-092-5/+7
* [SPARK-19757][CORE] DriverEndpoint#makeOffers race against CoarseGrainedSched...Jimmy Xiang2017-03-091-12/+26
* [SPARK-19796][CORE] Fix serialization of long property values in TaskDescriptionImran Rashid2017-03-061-2/+10