aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9767] Remove ConnectionManager.Reynold Xin2015-09-0715-2909/+7
* [SPARK-9669] [MESOS] Support PySpark on Mesos cluster mode.Timothy Chen2015-09-042-16/+39
* [SPARK-10003] Improve readability of DAGSchedulerAndrew Or2015-09-031-37/+9
* [SPARK-10435] Spark submit should fail fast for Mesos cluster mode with RAndrew Or2015-09-031-0/+3
* [SPARK-9591] [CORE] Job may fail for exception during getting remote blockjeanlyn2015-09-032-2/+43
* [SPARK-10430] [CORE] Added hashCode methods in AccumulableInfo and RDDOperati...Vinod K C2015-09-032-1/+10
* [SPARK-9672] [MESOS] Don’t include SPARK_ENV_LOADED when passing env varsPat Shields2015-09-031-4/+13
* [SPARK-8951] [SPARKR] support Unicode characters in collect()CHOIJAEHONG2015-09-031-5/+4
* [SPARK-10379] preserve first page in UnsafeShuffleExternalSorterDavies Liu2015-09-021-1/+1
* Removed code duplication in ShuffleBlockFetcherIteratorEvan Racah2015-09-021-8/+10
* [SPARK-8707] RDD#toDebugString fails if any cached RDD has invalid partitionsnavis.ryu2015-09-022-2/+6
* [SPARK-5945] Spark should not retry a stage infinitely on a FetchFailedExceptionIlya Ganelin2015-09-022-2/+41
* [SPARK-10004] [SHUFFLE] Perform auth checks when clients read shuffle data.Marcelo Vanzin2015-09-022-2/+3
* [SPARK-7336] [HISTORYSERVER] Fix bug that applications status incorrect on Jo...Chuan Shao2015-09-021-5/+22
* [SPARK-4223] [CORE] Support * in acls.zhuol2015-09-011-4/+22
* [SPARK-10341] [SQL] fix memory starving in unsafe SMJDavies Liu2015-08-312-2/+32
* [SPARK-8730] Fixes - Deser objects containing a primitive class attributeEugenCepoi2015-08-311-5/+22
* [SPARK-10184] [CORE] Optimization for bounds determination in RangePartitionerihainan2015-08-301-1/+1
* [SPARK-10295] [CORE] Dynamic allocation in Mesos does not release when RDDs a...Sean Owen2015-08-281-5/+0
* [SPARK-10251] [CORE] some common types are not registered for Kryo Serializat…Ram Sriharsha2015-08-261-1/+34
* [SPARK-10048] [SPARKR] Support arbitrary nested Java array in serde.Sun Rui2015-08-252-35/+58
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-2564-338/+302
* Fixed a typo in DAGScheduler.ehnalis2015-08-251-7/+20
* [DOC] add missing parameters in SparkContext.scala for scala docZhang, Liye2015-08-251-1/+14
* [SPARK-10144] [UI] Actually show peak execution memory by defaultAndrew Or2015-08-241-4/+2
* [SPARK-9439] [YARN] External shuffle service robust to NM restarts using leveldbImran Rashid2015-08-213-4/+14
* [SPARK-10140] [DOC] add target fields to @SinceXiangrui Meng2015-08-201-0/+2
* [SPARK-9982] [SPARKR] SparkR DataFrame fail to return data of Decimal typeAlex Shkurenko2015-08-201-0/+5
* [SPARK-10124] [MESOS] Fix removing queued driver in mesos cluster mode.Timothy Chen2015-08-191-8/+11
* [SPARK-10119] [CORE] Fix isDynamicAllocationEnabled when config is expliticly...Marcelo Vanzin2015-08-191-1/+1
* [SPARK-8889] [CORE] Fix for OOM for graph creationJoshi2015-08-191-11/+12
* [SPARK-9856] [SPARKR] Add expression functions into SparkR whose params are c...Yu ISHIKAWA2015-08-191-0/+1
* [SPARK-8949] Print warnings when using preferred locations featureHan JU2015-08-191-0/+5
* [SPARK-9967] [SPARK-10099] [STREAMING] Renamed conf spark.streaming.backpress...Tathagata Das2015-08-182-2/+2
* [SPARK-9952] Fix N^2 loop when DAGScheduler.getPreferredLocsInternal accesses...Josh Rosen2015-08-183-14/+16
* [SPARK-7736] [CORE] Fix a race introduced in PythonRunner.Marcelo Vanzin2015-08-181-1/+7
* [MINOR] fix the comments in IndexShuffleBlockResolverCodingCat2015-08-181-1/+1
* [SPARK-7736] [CORE] [YARN] Make pyspark fail YARN app on failure.Marcelo Vanzin2015-08-173-6/+34
* [SPARK-9924] [WEB UI] Don't schedule checkForLogs while some of them are alre...Rohit Agarwal2015-08-171-7/+21
* [SPARK-10008] Ensure shuffle locality doesn't take precedence over narrow depsMatei Zaharia2015-08-161-17/+20
* [HOTFIX] fix duplicated bracesDavies Liu2015-08-144-6/+6
* [SPARK-9934] Deprecate NIO ConnectionManager.Reynold Xin2015-08-141-0/+2
* [SPARK-9877] [CORE] Fix StandaloneRestServer NPE when submitting applicationjerryshao2015-08-141-8/+8
* [SPARK-9809] Task crashes because the internal accumulators are not properly ...Carson Wang2015-08-141-1/+2
* [SPARK-9923] [CORE] ShuffleMapStage.numAvailableOutputs should be an Int inst...Neelesh Srinivas Salian2015-08-141-1/+1
* [SPARK-9945] [SQL] pageSize should be calculated from executor.memoryDavies Liu2015-08-131-1/+3
* [SPARK-9724] [WEB UI] Avoid unnecessary redirects in the Spark Web UI.Rohit Agarwal2015-08-122-9/+8
* [SPARK-9826] [CORE] Fix cannot use custom classes in log4j.propertiesMichel Lemay2015-08-1211-240/+294
* [SPARK-9092] Fixed incompatibility when both num-executors and dynamic...Niranjan Padmanabhan2015-08-124-3/+37
* [SPARK-8967] [DOC] add Since annotationXiangrui Meng2015-08-121-0/+28