aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [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-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-3013-29/+22
* [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-309-17/+12
* [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-2327-89/+193
* [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
* [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-025-12/+61
* [SPARK-19631][CORE] OutputCommitCoordinator should not allow commits for alre...Patrick Woody2017-03-021-24/+35
* [SPARK-19720][CORE] Redact sensitive information from SparkSubmit consoleMark Grover2017-03-023-5/+31
* [SPARK-13931] Stage can hang if an executor fails while speculated tasks are ...GavinGavinNo12017-03-011-1/+2
* [SPARK-19777] Scan runningTasksSet when check speculatable tasks in TaskSetMa...jinxing2017-03-011-3/+2
* [SPARK-19660][CORE][SQL] Replace the configuration property names that are de...Yuming Wang2017-02-284-15/+16
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-272-113/+116
* [SPARK-19594][STRUCTURED STREAMING] StreamingQueryListener fails to handle Qu...Eyal Zituny2017-02-261-1/+1
* [SPARK-15355][CORE] Proactive block replicationShubham Chopra2017-02-244-6/+69
* [SPARK-13330][PYSPARK] PYTHONHASHSEED is not propgated to python workerJeff Zhang2017-02-241-0/+1
* [SPARK-19597][CORE] test case for task deserialization errorsImran Rashid2017-02-241-0/+2
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-241-13/+27
* [SPARK-19707][CORE] Improve the invalid path check for sc.addJarjerryshao2017-02-242-3/+11
* [SPARK-16122][CORE] Add rest api for job environmentuncleGen2017-02-223-0/+71