aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4072] [CORE] Display Streaming blocks in Streaming UIzsxwing2015-07-149-11/+324
* [SPARK-9031] Merge BlockObjectWriter and DiskBlockObject writer to remove abs...Josh Rosen2015-07-1410-78/+54
* [SPARK-8911] Fix local mode endless heartbeatsAndrew Or2015-07-141-7/+13
* [SPARK-8950] [WEBUI] Correct the calculation of SchedulerDelay in StagePageCarson Wang2015-07-131-23/+22
* [SPARK-6797] [SPARKR] Add support for YARN cluster mode.Sun Rui2015-07-134-15/+105
* [SPARK-8880] Fix confusing Stage.attemptId member variableKay Ousterhout2015-07-123-12/+18
* [SPARK-8675] Executors created by LocalBackend won't get the same classpath a...Min Zhou2015-07-101-2/+17
* [CORE] [MINOR] change the log level to infoCheng Hao2015-07-101-1/+1
* [SPARK-8958] Dynamic allocation: change cached timeout to infinityAndrew Or2015-07-101-1/+1
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-1026-66/+111
* [SPARK-6287] [MESOS] Add dynamic allocation to the coarse-grained Mesos sched...Iulian Dragos2015-07-095-56/+156
* [SPARK-2017] [UI] Stage page hangs with many tasksAndrew Or2015-07-091-2/+8
* [SPARK-8953] SPARK_EXECUTOR_CORES is not read in SparkSubmitxutingjun2015-07-091-0/+1
* [SPARK-6707] [CORE] [MESOS] Mesos Scheduler should allow the user to specify ...Ankur Chauhan2015-07-065-79/+211
* [SPARK-8656] [WEBUI] Fix the webUI and JSON API number is not syncedWisely Chen2015-07-062-4/+7
* [SPARK-6980] [CORE] Akka timeout exceptions indicate which conf controls them...Bryan Cutler2015-07-029-42/+162
* [SPARK-7835] Refactor HeartbeatReceiverSuite for coverage + cleanupAndrew Or2015-07-022-21/+70
* [SPARK-8581] [SPARK-8584] Simplify checkpointing code + better error messageAndrew Or2015-07-024-53/+59
* [SPARK-3071] Increase default driver memoryIlya Ganelin2015-07-015-5/+12
* [SPARK-8769] [TRIVIAL] [DOCS] toLocalIterator should mention it results in ma...Holden Karau2015-07-011-0/+4
* [SPARK-8771] [TRIVIAL] Add a version to the deprecated annotation for the act...Holden Karau2015-07-011-2/+2
* [SPARK-8688] [YARN] Bug fix: disable the cache fs to gain the HDFS connection.huangzhaowei2015-07-011-0/+13
* [SPARK-6602][Core]Remove unnecessary synchronizedzsxwing2015-06-301-5/+2
* [SPARK-6602][Core] Update Master, Worker, Client, AppClient and related class...zsxwing2015-06-3022-548/+691
* [SPARK-8739] [WEB UI] [WINDOWS] A illegal character `\r` can be contained in ...Kousuke Saruta2015-06-301-1/+1
* [SPARK-8705] [WEBUI] Don't display rects when totalExecutionTime is 0zsxwing2015-06-301-22/+30
* [SPARK-8372] Do not show applications that haven't recorded their app ID yet.Marcelo Vanzin2015-06-301-33/+65
* [SPARK-2645] [CORE] Allow SparkEnv.stop() to be called multiple times without...Joshi2015-06-301-32/+34
* [SPARK-8560] [UI] The Executors page will have negative if having resubmitted...xutingjun2015-06-301-3/+10
* [SPARK-8437] [DOCS] Corrected: Using directory path without wildcard for file...Sean Owen2015-06-301-3/+5
* [SPARK-8592] [CORE] CoarseGrainedExecutorBackend: Cannot register with driver...xuchenCN2015-06-301-1/+4
* [SPARK-7756] [CORE] More robust SSL options processing.Tim Ellison2015-06-301-5/+38
* Revert "[SPARK-8437] [DOCS] Using directory path without wildcard for filenam...Andrew Or2015-06-291-6/+2
* [SPARK-8019] [SPARKR] Support SparkR spawning worker R processes with a comma...Michael Sannella x2682015-06-291-1/+1
* [SPARK-8410] [SPARK-8475] remove previous ivy resolution when using spark-submitBurak Yavuz2015-06-291-14/+23
* [SPARK-8437] [DOCS] Using directory path without wildcard for filename slow f...Sean Owen2015-06-291-2/+6
* [SPARK-7862] [SQL] Disable the error message redirect to stderrCheng Hao2015-06-291-0/+33
* [SPARK-8528] Expose SparkContext.applicationId in PySparkVladimir Vladimirov2015-06-291-0/+8
* Revert "[SPARK-8372] History server shows incorrect information for applicati...Andrew Or2015-06-291-23/+15
* [SPARK-8702] [WEBUI] Avoid massive concating strings in Javascriptzsxwing2015-06-301-44/+44
* [SPARK-8606] Prevent exceptions in RDD.getPreferredLocations() from crashing ...Josh Rosen2015-06-271-15/+22
* [SPARK-8623] Hadoop RDDs fail to properly serialize configurationSandy Ryza2015-06-271-2/+4
* [SPARK-8607] SparkR -- jars not being added to application classpath correctlycafreeman2015-06-261-1/+16
* [SPARK-8344] Add message processing time metric to DAGSchedulerJosh Rosen2015-06-263-5/+22
* [SPARK-5768] [WEB UI] Fix for incorrect memory in Spark UIJoshi2015-06-252-1/+5
* [SPARK-7884] Move block deserialization from BlockStoreShuffleFetcher to Shuf...Matt Massie2015-06-243-72/+129
* [SPARK-7180] [SPARK-8090] [SPARK-8091] Fix a number of SerializationDebugger ...Tathagata Das2015-06-191-6/+106
* [SPARK-8476] [CORE] Setters inc/decDiskBytesSpilled in TaskMetrics should als...Takuya UESHIN2015-06-191-2/+2
* [SPARK-7913] [CORE] Make AppendOnlyMap use the same growth strategy of OpenHa...zsxwing2015-06-191-6/+4
* [SPARK-8135] Don't load defaults when reconstituting Hadoop ConfigurationsSandy Ryza2015-06-1812-28/+102