aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests....Marcelo Vanzin2015-09-151-0/+10
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-151-10/+0
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-152-2/+2
* [SPARK-9851] Support submitting map stages individually in DAGSchedulerMatei Zaharia2015-09-1412-63/+710
* [SPARK-10564] ThreadingSuite: assertion failures in threads don't fail the te...Andrew Or2015-09-141-8/+15
* [SPARK-10543] [CORE] Peak Execution Memory Quantile should be Per-task BasisForest Fang2015-09-142-8/+23
* [SPARK-10576] [BUILD] Move .java files out of src/main/scalaSean Owen2015-09-144-0/+0
* [SPARK-9899] [SQL] log warning for direct output committer with speculation e...Wenchen Fan2015-09-141-6/+38
* [SPARK-10330] Add Scalastyle rule to require use of SparkHadoopUtil JobContex...Josh Rosen2015-09-125-9/+17
* [SPARK-10547] [TEST] Streamline / improve style of Java API testsSean Owen2015-09-121-227/+224
* [SPARK-10554] [CORE] Fix NPE with ShutdownHookNithin Asokan2015-09-121-1/+3
* [SPARK-10566] [CORE] SnappyCompressionCodec init exception handling masks imp...Daniel Imfeld2015-09-121-1/+1
* [SPARK-10564] ThreadingSuite: assertion failures in threads don't fail the testAndrew Or2015-09-111-23/+45
* [SPARK-10546] Check partitionId's range in ExternalSorter#spill()tedyu2015-09-111-0/+2
* [SPARK-9043] Serialize key, value and combiner classes in ShuffleDependencyMatt Massie2015-09-108-22/+167
* [SPARK-10049] [SPARKR] Support collecting data of ArraryType in DataFrame.Sun Rui2015-09-102-85/+145
* [SPARK-10514] [MESOS] waiting for min no of total cores acquired by Spark by ...Akash Mishra2015-09-101-0/+4
* [SPARK-6350] [MESOS] Fine-grained mode scheduler respects mesosExecutor.coresIulian Dragos2015-09-102-3/+33
* [SPARK-8167] Make tasks that fail from YARN preemption not fail jobmcheah2015-09-1015-55/+186
* [SPARK-10466] [SQL] UnsafeRow SerDe exception with data spillCheng Hao2015-09-101-0/+6
* [SPARK-9730] [SQL] Add Full Outer Join support for SortMergeJoinLiang-Chi Hsieh2015-09-091-0/+11
* [SPARK-10227] fatal warnings with sbt on Scala 2.11Luc Bourlier2015-09-0932-86/+93
* [SPARK-9767] Remove ConnectionManager.Reynold Xin2015-09-0718-3213/+15
* [SPARK-10454] [SPARK CORE] wait for empty event queuerobbins2015-09-041-0/+1
* [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-10421] [BUILD] Exclude curator artifacts from tachyon dependencies.Marcelo Vanzin2015-09-031-0/+8
* [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-033-2/+80
* [SPARK-10430] [CORE] Added hashCode methods in AccumulableInfo and RDDOperati...Vinod K C2015-09-034-1/+26
* [SPARK-9672] [MESOS] Don’t include SPARK_ENV_LOADED when passing env varsPat Shields2015-09-032-4/+25
* [SPARK-10431] [CORE] Fix intermittent test failure. Wait for event queue to b...robbins2015-09-031-0/+4
* [SPARK-8951] [SPARKR] support Unicode characters in collect()CHOIJAEHONG2015-09-031-5/+4
* [SPARK-10379] preserve first page in UnsafeShuffleExternalSorterDavies Liu2015-09-023-3/+8
* [SPARK-10247] [CORE] improve readability of a test case in DAGSchedulerSuiteImran Rashid2015-09-021-10/+47
* 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-023-5/+320
* [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-012-4/+63
* [SPARK-10341] [SQL] fix memory starving in unsafe SMJDavies Liu2015-08-313-6/+42
* [SPARK-8730] Fixes - Deser objects containing a primitive class attributeEugenCepoi2015-08-312-5/+40
* [SPARK-10184] [CORE] Optimization for bounds determination in RangePartitionerihainan2015-08-301-1/+1
* [SPARK-9284] [TESTS] Allow all tests to run without an assembly.Marcelo Vanzin2015-08-282-2/+152
* [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-262-1/+64
* [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-2574-377/+342
* Fixed a typo in DAGScheduler.ehnalis2015-08-251-7/+20