aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5363] [PySpark] check ending mark in non-block wayDavies Liu2015-02-161-4/+17
* [SPARK-5395] [PySpark] fix python process leak while coalesce()Davies Liu2015-02-161-5/+8
* [SPARK-5788] [PySpark] capture the exception in python write threadDavies Liu2015-02-161-2/+2
* [SPARK-5361]Multiple Java RDD <-> Python RDD conversions not working correctlyWinston Chen2015-02-162-1/+9
* [SPARK-5441][pyspark] Make SerDeUtil PairRDD to Python conversions more robustMichael Nazario2015-02-162-4/+47
* [SPARK-5227] [SPARK-5679] Disable FileSystem cache in WholeTextFileRecordRead...Josh Rosen2015-02-131-2/+10
* Revert "[SPARK-5762] Fix shuffle write time for sort-based shuffle"Andrew Or2015-02-121-3/+0
* [SPARK-5762] Fix shuffle write time for sort-based shuffleKay Ousterhout2015-02-121-0/+3
* [SPARK-5655] Don't chmod700 application files if running in YARNAndrew Rowson2015-02-121-8/+3
* [SPARK-5703] AllJobsPage throws empty.max exceptionAndrew Or2015-02-091-1/+3
* [SPARK-5698] Do not let user request negative # of executorsAndrew Or2015-02-091-0/+5
* [SPARK-5691] Fixing wrong data structure lookup for dupe app registrationmcheah2015-02-091-1/+1
* SPARK-5425: Use synchronised methods in system properties to create SparkConfJacek Lewandowski2015-02-074-6/+43
* [SPARK-4989][CORE] backport for branch-1.2 catch eventlog exception for wrong...Zhang, Liye2015-02-061-18/+18
* [SPARK-4939] revive offers periodically in LocalBackendDavies Liu2015-02-031-1/+10
* Preparing development version 1.2.2-SNAPSHOTPatrick Wendell2015-02-031-1/+1
* Preparing Spark release v1.2.1-rc3v1.2.1Patrick Wendell2015-02-031-1/+1
* Revert "Preparing Spark release v1.2.1-rc2"Patrick Wendell2015-02-021-1/+1
* Revert "Preparing development version 1.2.2-SNAPSHOT"Patrick Wendell2015-02-021-1/+1
* Disabling Utils.chmod700 for WindowsMartin Weindel2015-02-021-1/+3
* Preparing development version 1.2.2-SNAPSHOTPatrick Wendell2015-01-281-1/+1
* Preparing Spark release v1.2.1-rc2Patrick Wendell2015-01-281-1/+1
* Revert "Preparing Spark release v1.2.1-rc1"Patrick Wendell2015-01-271-1/+1
* Revert "Preparing development version 1.2.2-SNAPSHOT"Patrick Wendell2015-01-271-1/+1
* Preparing development version 1.2.2-SNAPSHOTPatrick Wendell2015-01-271-1/+1
* Preparing Spark release v1.2.1-rc1Patrick Wendell2015-01-271-1/+1
* Revert "Preparing Spark release v1.2.1-rc1"Patrick Wendell2015-01-261-1/+1
* Revert "Preparing development version 1.2.2-SNAPSHOT"Patrick Wendell2015-01-261-1/+1
* Preparing development version 1.2.2-SNAPSHOTUbuntu2015-01-271-1/+1
* Preparing Spark release v1.2.1-rc1Ubuntu2015-01-271-1/+1
* Updating versions for Spark 1.2.1Patrick Wendell2015-01-261-1/+1
* SPARK-4147 [CORE] Reduce log4j dependencySean Owen2015-01-261-9/+11
* [SPARK-5355] use j.u.c.ConcurrentHashMap instead of TrieMapDavies Liu2015-01-263-21/+23
* Revert "[SPARK-5344][WebUI] HistoryServer cannot recognize that inprogress fi...Andrew Or2015-01-251-3/+1
* [SPARK-5344][WebUI] HistoryServer cannot recognize that inprogress file was r...Kousuke Saruta2015-01-251-1/+3
* [SPARK-5402] log executor ID at executor-construction timeRyan Williams2015-01-251-5/+8
* [SPARK-5401] set executor ID before creating MetricsSystemRyan Williams2015-01-252-2/+6
* [SPARK-5063] More helpful error messages for several invalid operationsJosh Rosen2015-01-234-14/+119
* [SPARK-5355] make SparkConf thread-safeDavies Liu2015-01-211-2/+3
* Make sure only owner can read / write to directories created for the job.Marcelo Vanzin2015-01-215-53/+66
* [SPARK-5006][Deploy]spark.port.maxRetries doesn't workWangTaoTheTonic2015-01-219-21/+25
* [SPARK-4569] Rename 'externalSorting' in AggregatorIlya Ganelin2015-01-211-4/+6
* [SPARK-4759] Fix driver hanging from coalescing partitionsAndrew Or2015-01-212-16/+22
* SPARK-4660: Use correct class loader in JavaSerializer (copy of PR #3840...Jacek Lewandowski2015-01-201-1/+1
* [SPARK-5201][CORE] deal with int overflow in the ParallelCollectionRDD.slice ...Ye Xianjin2015-01-163-16/+37
* [SPARK-5078] Optionally read from SPARK_LOCAL_HOSTNAMEMichael Armbrust2015-01-121-1/+1
* [SPARK-5102][Core]subclass of MapStatus needs to be registered with Kryolianhuiwang2015-01-121-2/+3
* [SPARK-4951][Core] Fix the issue that a busy executor may be killedzsxwing2015-01-113-45/+144
* [SPARK-4973][CORE] Local directory in the driver of client-mode continues rem...Kousuke Saruta2015-01-081-1/+1
* [SPARK-5132][Core]Correct stage Attempt Id key in stageInfofromJsonhushan[胡珊]2015-01-071-1/+1