aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-13931] Stage can hang if an executor fails while speculated tasks are ...GavinGavinNo12017-03-012-2/+65
* [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-285-17/+19
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-273-166/+172
* [SPARK-19594][STRUCTURED STREAMING] StreamingQueryListener fails to handle Qu...Eyal Zituny2017-02-261-1/+1
* [SPARK-15355][CORE] Proactive block replicationShubham Chopra2017-02-245-25/+145
* [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-242-33/+108
* [SPARK-19560] Improve DAGScheduler tests.Kay Ousterhout2017-02-241-9/+49
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-242-14/+31
* [SPARK-19707][CORE] Improve the invalid path check for sc.addJarjerryshao2017-02-244-3/+28
* [SPARK-16122][CORE] Add rest api for job environmentuncleGen2017-02-223-0/+71
* [SPARK-19652][UI] Do auth checks for REST API access.Marcelo Vanzin2017-02-215-41/+115
* [SPARK-18922][TESTS] Fix new test failures on Windows due to path and resourc...hyukjinkwon2017-02-201-2/+2
* [SPARK-19508][CORE] Improve error message when binding service failsLiang-Chi Hsieh2017-02-201-6/+21
* [SPARK-19669][SQL] Open up visibility for sharedState, sessionState, and a fe...Reynold Xin2017-02-201-1/+1
* [SPARK-19646][CORE][STREAMING] binaryRecords replicates records in scala APISean Owen2017-02-202-143/+40
* [SPARK-19534][TESTS] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-197-497/+144
* [SPARK-19450] Replace askWithRetry with askSync.jinxing2017-02-1919-108/+47
* [SPARK-19263] DAGScheduler should avoid sending conflicting task set.jinxing2017-02-183-3/+91
* [SPARK-18986][CORE] ExternalAppendOnlyMap shouldn't fail when forced to spill...Liang-Chi Hsieh2017-02-172-5/+23
* [SPARK-19500] [SQL] Fix off-by-one bug in BytesToBytesMapDavies Liu2017-02-171-2/+3
* [SPARK-19622][WEBUI] Fix a http error in a paged table when using a `Go` butt...Stan Zhai2017-02-171-2/+3
* [SPARK-18352][SQL] Support parsing multiline json filesNathan Howell2017-02-161-0/+7
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-1631-75/+409
* [SPARK-19399][SPARKR] Add R coalesce API for DataFrame and ColumnFelix Cheung2017-02-151-1/+2
* [SPARK-19520][STREAMING] Do not encrypt data written to the WAL.Marcelo Vanzin2017-02-133-9/+48
* [SPARK-17714][CORE][TEST-MAVEN][TEST-HADOOP2.6] Avoid using ExecutorClassLoad...Shixiong Zhu2017-02-131-12/+4
* [SPARK-19537] Move pendingPartitions to ShuffleMapStage.Kay Ousterhout2017-02-103-9/+26
* [SPARK-19549] Allow providing reason for stage/job cancellingAla Luszczak2017-02-106-25/+123
* [SPARK-19466][CORE][SCHEDULER] Improve Fair Scheduler LoggingEren Avsarogullari2017-02-101-21/+46
* [SPARK-19263] Fix race in SchedulerIntegrationSuite.jinxing2017-02-091-7/+7
* [SPARK-19481] [REPL] [MAVEN] Avoid to leak SparkContext in Signaling.cancelOn...Shixiong Zhu2017-02-091-0/+7
* [SPARK-16554][CORE] Automatically Kill Executors and Nodes when they are Blac...José Hiram Soltren2017-02-0910-26/+239
* [SPARK-17874][CORE] Add SSL port configuration.Marcelo Vanzin2017-02-095-88/+149