aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17346][SQL] Add Kafka source for Structured StreamingShixiong Zhu2016-10-051-7/+0
* [SPARK-17778][TESTS] Mock SparkContext to reduce memory usage of BlockManager...Shixiong Zhu2016-10-051-1/+4
* [SPARK-16962][CORE][SQL] Fix misaligned record accesses for SPARC architecturessumansomasundar2016-10-043-38/+52
* [SPARK-17671][WEBUI] Spark 2.0 history server summary page is slow even set s...Sean Owen2016-10-046-35/+20
* [SPARK-14914][CORE][SQL] Skip/fix some test cases on Windows due to limitatio...Tao LI2016-10-024-11/+14
* [SPARK-17740] Spark tests should mock / interpose HDFS to ensure that streams...Eric Liang2016-09-302-3/+128
* [SPARK-15353][CORE] Making peer selection for block replication pluggableShubham Chopra2016-09-309-99/+492
* [SPARK-17676][CORE] FsHistoryProvider should ignore hidden filesImran Rashid2016-09-292-3/+40
* [SPARK-17715][SCHEDULER] Make task launch logs DEBUGBrian Cho2016-09-291-1/+1
* [SPARK-17672] Spark 2.0 history server web Ui takes too long for a single app...Gang Wu2016-09-296-1/+19
* [SPARK-17648][CORE] TaskScheduler really needs offers to be an IndexedSeqImran Rashid2016-09-295-25/+24
* [SPARK-17710][HOTFIX] Fix ClassCircularityError in ReplSuite tests in Maven b...Weiqing Yang2016-09-281-2/+4
* [SPARK-17644][CORE] Do not add failedStages when abortStage for fetch failurew002289702016-09-282-12/+70
* [SPARK-17056][CORE] Fix a wrong assert regarding unroll memory in MemoryStoreLiang-Chi Hsieh2016-09-271-1/+1
* [SPARK-16757] Set up Spark caller context to HDFS and YARNWeiqing Yang2016-09-276-9/+116
* Fix two comments since Actor is not used anymore.Ding Fei2016-09-262-2/+3
* [SPARK-17649][CORE] Log how many Spark events got dropped in LiveListenerBusShixiong Zhu2016-09-261-1/+25
* [SPARK-17650] malformed url's throw exceptions before bricking ExecutorsBurak Yavuz2016-09-253-7/+51
* [SPARK-12221] add cpu time to metricsjisookim2016-09-2329-21/+488
* [SPARK-16861][PYSPARK][CORE] Refactor PySpark accumulator API on top of Accum...Holden Karau2016-09-231-19/+23
* [SPARK-17639][BUILD] Add jce.jar to buildclasspath when building.Marcelo Vanzin2016-09-221-3/+1
* [SPARK-17365][CORE] Remove/Kill multiple executors together to reduce RPC cal...Dhruve Ashar2016-09-227-51/+224
* [SPARK-17577][SPARKR][CORE] SparkR support add files to Spark job and get by ...Yanbo Liang2016-09-211-3/+3
* [SPARK-17512][CORE] Avoid formatting to python path for yarn and mesos cluste...jerryshao2016-09-212-3/+29
* [SPARK-17623][CORE] Clarify type of TaskEndReason with a failed task.Imran Rashid2016-09-217-19/+13
* [SPARK-4563][CORE] Allow driver to advertise a different network address.Marcelo Vanzin2016-09-2115-33/+100
* [CORE][MINOR] Add minor code change to TaskState and Taskerenavsarogullari2016-09-212-2/+2
* [SPARK-17585][PYSPARK][CORE] PySpark SparkContext.addFile supports adding fil...Yanbo Liang2016-09-211-0/+13
* [CORE][DOC] Fix errors in commentswm624@hotmail.com2016-09-211-1/+1
* [MINOR][BUILD] Fix CheckStyle ErrorWeiqing Yang2016-09-203-7/+11
* [SPARK-17438][WEBUI] Show Application.executorLimit in the application pageShixiong Zhu2016-09-192-1/+17
* [SPARK-17586][BUILD] Do not call static member via instance referencehyukjinkwon2016-09-181-1/+1
* [SPARK-17491] Close serialization stream to fix wrong answer bug in putIterat...Josh Rosen2016-09-178-44/+344
* [SPARK-17529][CORE] Implement BitSet.clearUntil and use it during merge joinsDavid Navas2016-09-172-10/+50
* [SPARK-17567][DOCS] Use valid url to Spark RDD paperXin Ren2016-09-171-1/+1
* [SPARK-17484] Prevent invalid block locations from being reported after put()...Josh Rosen2016-09-152-8/+63
* [SPARK-17547] Ensure temp shuffle data file is cleaned up after errorJosh Rosen2016-09-154-49/+73
* [SPARK-17451][CORE] CoarseGrainedExecutorBackend should inform driver before ...Tejas Patil2016-09-152-6/+23
* [SPARK-17406][WEB UI] limit timeline executor eventscenyuhai2016-09-157-148/+150
* [SPARK-17521] Error when I use sparkContext.makeRDD(Seq())codlife2016-09-151-1/+1
* [SPARK-17465][SPARK CORE] Inappropriate memory management in `org.apache.spar...Xing SHI2016-09-141-3/+3
* [SPARK-17463][CORE] Make CollectionAccumulator and SetAccumulator's value can...Shixiong Zhu2016-09-144-23/+39
* [SPARK-10747][SQL] Support NULLS FIRST|LAST clause in ORDER BYXin Wu2016-09-143-15/+81
* [CORE][DOC] remove redundant commentwm624@hotmail.com2016-09-141-9/+9
* [SPARK-17449][DOCUMENTATION] Relation between heartbeatInterval and…Jagadeesan2016-09-141-0/+1
* [SPARK-17485] Prevent failed remote reads of cached blocks from failing entir...Josh Rosen2016-09-123-33/+6
* [SPARK-17483] Refactoring in BlockManager status reporting and block removalJosh Rosen2016-09-121-45/+42
* [SPARK-17503][CORE] Fix memory leak in Memory store when unable to cache the ...Sean Zhong2016-09-122-14/+87
* [SPARK CORE][MINOR] fix "default partitioner cannot partition array keys" err...WeichenXu2016-09-121-5/+5
* [SPARK-17447] Performance improvement in Partitioner.defaultPartitioner witho...codlife2016-09-121-7/+9