aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17512][CORE] Avoid formatting to python path for yarn and mesos cluste...jerryshao2016-09-211-3/+10
* [SPARK-17623][CORE] Clarify type of TaskEndReason with a failed task.Imran Rashid2016-09-216-18/+12
* [SPARK-4563][CORE] Allow driver to advertise a different network address.Marcelo Vanzin2016-09-2110-24/+76
* [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
* [SPARK-17438][WEBUI] Show Application.executorLimit in the application pageShixiong Zhu2016-09-192-1/+17
* [SPARK-17491] Close serialization stream to fix wrong answer bug in putIterat...Josh Rosen2016-09-174-25/+104
* [SPARK-17529][CORE] Implement BitSet.clearUntil and use it during merge joinsDavid Navas2016-09-171-10/+18
* [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-151-8/+29
* [SPARK-17547] Ensure temp shuffle data file is cleaned up after errorJosh Rosen2016-09-152-41/+53
* [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-143-22/+37
* [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-122-26/+3
* [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-121-14/+26
* [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
* [SPARK-17171][WEB UI] DAG will list all partitions in the graphcenyuhai2016-09-122-8/+33
* [SPARK-17486] Remove unused TaskMetricsUIData.updatedBlockStatuses fieldJosh Rosen2016-09-111-3/+0
* [SPARK-17396][CORE] Share the task support between UnionRDD instances.Ryan Blue2016-09-101-5/+7
* [SPARK-17456][CORE] Utility for parsing Spark versionsJoseph K. Bradley2016-09-091-0/+52
* [SPARK-15487][WEB UI] Spark Master UI to reverse proxy Application and Worker...Gurvinder Singh2016-09-089-8/+160
* [SPARK-17370] Shuffle service files not invalidated when a slave is lostEric Liang2016-09-079-22/+38
* [SPARK-17339][SPARKR][CORE] Fix some R tests and use Path.toUri in SparkConte...hyukjinkwon2016-09-071-2/+2
* [SPARK-17359][SQL][MLLIB] Use ArrayBuffer.+=(A) instead of ArrayBuffer.append...Liwei Lin2016-09-074-8/+8
* [SPARK-17371] Resubmitted shuffle outputs can get deleted by zombie map tasksEric Liang2016-09-061-2/+0
* [SPARK-17316][CORE] Fix the 'ask' type parameter in 'removeExecutor'Shixiong Zhu2016-09-061-1/+1
* [SPARK-17110] Fix StreamCorruptionException in BlockManager.getRemoteValues()Josh Rosen2016-09-063-11/+13
* [SPARK-17308] Improved the spark core code by replacing all pattern match on ...Shivansh2016-09-041-21/+20
* [SPARK-16829][SPARKR] sparkR sc.setLogLevel doesn't workwm624@hotmail.com2016-09-031-1/+2
* [SPARK-16984][SQL] don't try whole dataset immediately when first partition d...Robert Kruszewski2016-09-021-3/+4
* [SPARK-17352][WEBUI] Executor computing time can be negative-number because o...Kousuke Saruta2016-09-021-2/+2
* [SPARK-17331][CORE][MLLIB] Avoid allocating 0-length arraysSean Owen2016-09-012-3/+3
* [SPARK-16533][CORE] resolve deadlocking in driver when executors dieAngus Gerry2016-09-014-67/+88
* [SPARK-17316][CORE] Make CoarseGrainedSchedulerBackend.removeExecutor non-blo...Shixiong Zhu2016-08-311-8/+9
* [SPARK-17243][WEB UI] Spark 2.0 History Server won't load with very large app...Alex Bozarth2016-08-304-3/+18
* [SPARK-17304] Fix perf. issue caused by TaskSetManager.abortIfCompletelyBlack...Josh Rosen2016-08-301-9/+13
* [SPARK-5682][CORE] Add encrypted shuffle in sparkFerdinand Xu2016-08-3011-20/+207
* [SPARK-16967] move mesos to moduleMichael Gummelt2016-08-2619-3833/+1
* [SPARK-17240][CORE] Make SparkConf serializable again.Marcelo Vanzin2016-08-251-4/+7
* [SPARK-17193][CORE] HadoopRDD NPE at DEBUG log level when getLocationInfo == ...Sean Owen2016-08-252-15/+13
* [SPARK-15083][WEB UI] History Server can OOM due to unlimited TaskUIDataAlex Bozarth2016-08-244-5/+25
* [SPARK-16781][PYSPARK] java launched by PySpark as gateway may not be the sam...Sean Owen2016-08-241-1/+1