aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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