aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5523] [CORE] [STREAMING] Add a cache for hostname in TaskMetrics to de...jerryshao2015-07-141-0/+20
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-1433-57/+73
* [SPARK-4072] [CORE] Display Streaming blocks in Streaming UIzsxwing2015-07-1413-28/+684
* [SPARK-9031] Merge BlockObjectWriter and DiskBlockObject writer to remove abs...Josh Rosen2015-07-1416-114/+90
* [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-135-16/+107
* [SPARK-8880] Fix confusing Stage.attemptId member variableKay Ousterhout2015-07-123-12/+18
* [SPARK-7078] [SPARK-7079] Binary processing sort for Spark SQLJosh Rosen2015-07-1017-15/+1533
* [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-1039-78/+147
* [SPARK-6287] [MESOS] Add dynamic allocation to the coarse-grained Mesos sched...Iulian Dragos2015-07-096-56/+331
* [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-068-128/+354
* [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-0211-47/+258
* [SPARK-7835] Refactor HeartbeatReceiverSuite for coverage + cleanupAndrew Or2015-07-023-61/+191
* [SPARK-8581] [SPARK-8584] Simplify checkpointing code + better error messageAndrew Or2015-07-025-54/+60
* [SPARK-3071] Increase default driver memoryIlya Ganelin2015-07-016-10/+17
* [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-3444] [CORE] Restore INFO level after log4j test.Marcelo Vanzin2015-07-011-5/+11
* [SPARK-6602][Core]Remove unnecessary synchronizedzsxwing2015-06-301-5/+2
* [SPARK-6602][Core] Update Master, Worker, Client, AppClient and related class...zsxwing2015-06-3027-633/+806
* [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-302-60/+147
* [SPARK-2645] [CORE] Allow SparkEnv.stop() to be called multiple times without...Joshi2015-06-302-32/+47
* [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-304-23/+85
* 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-292-17/+26
* [SPARK-8437] [DOCS] Using directory path without wildcard for filename slow f...Sean Owen2015-06-291-2/+6
* [SPARK-7287] [SPARK-8567] [TEST] Add sc.stop to applications in SparkSubmitSuiteYin Huai2015-06-291-0/+2
* [SPARK-8709] Exclude hadoop-client's mockito-all dependencyJosh Rosen2015-06-291-10/+0
* [SPARK-7862] [SQL] Disable the error message redirect to stderrCheng Hao2015-06-292-0/+41
* [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-292-53/+28
* [SPARK-8702] [WEBUI] Avoid massive concating strings in Javascriptzsxwing2015-06-301-44/+44
* [SPARK-8683] [BUILD] Depend on mockito-core instead of mockito-allJosh Rosen2015-06-271-1/+1
* [SPARK-8606] Prevent exceptions in RDD.getPreferredLocations() from crashing ...Josh Rosen2015-06-272-15/+53
* [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