aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9522] [SQL] SparkSubmit process can not exit if kill application when ...linweizhong2015-09-171-1/+1
* [SPARK-10531] [CORE] AppId is set as AppName in status rest apiJeff Zhang2015-09-175-12/+13
* [SPARK-10172] [CORE] disable sort in HistoryServer webUIJosiah Samuel2015-09-171-1/+4
* [MINOR] [CORE] Fixes minor variable name typoCheng Lian2015-09-171-2/+2
* [SPARK-10050] [SPARKR] Support collecting data of MapType in DataFrame.Sun Rui2015-09-161-0/+31
* [SPARK-10589] [WEBUI] Add defense against external site framingSean Owen2015-09-165-11/+24
* [SPARK-10381] Fix mixup of taskAttemptNumber & attemptId in OutputCommitCoord...Josh Rosen2015-09-1513-63/+135
* [SPARK-10575] [SPARK CORE] Wrapped RDD.takeSample with Scopevinodkc2015-09-151-37/+31
* [SPARK-10548] [SPARK-10563] [SQL] Fix concurrent SQL executionsAndrew Or2015-09-152-43/+31
* 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