aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Preparing development version 1.2.2-SNAPSHOT"Patrick Wendell2015-01-2729-29/+29
* [MLlib] fix python example of ALS in guideDavies Liu2015-01-271-6/+5
* SPARK-5308 [BUILD] MD5 / SHA1 hash format doesn't match standard Maven outputSean Owen2015-01-271-2/+8
* Preparing development version 1.2.2-SNAPSHOTPatrick Wendell2015-01-2729-29/+29
* Preparing Spark release v1.2.1-rc1Patrick Wendell2015-01-2729-29/+29
* Revert "Preparing Spark release v1.2.1-rc1"Patrick Wendell2015-01-2629-29/+29
* Revert "Preparing development version 1.2.2-SNAPSHOT"Patrick Wendell2015-01-2629-29/+29
* Preparing development version 1.2.2-SNAPSHOTUbuntu2015-01-2729-29/+29
* Preparing Spark release v1.2.1-rc1Ubuntu2015-01-2729-29/+29
* Updating versions for Spark 1.2.1Patrick Wendell2015-01-263-4/+5
* 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
* SPARK-4430 [STREAMING] [TEST] Apache RAT Checks fail spuriously on test filesSean Owen2015-01-251-7/+2
* 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-4506 [DOCS] Addendum: Update more docs to reflect that standalone works...Sean Owen2015-01-251-2/+2
* SPARK-5382: Use SPARK_CONF_DIR in spark-class and spark-submit, spark-su...Jacek Lewandowski2015-01-252-2/+9
* SPARK-5382: Use SPARK_CONF_DIR in spark-class if it is definedJacek Lewandowski2015-01-251-2/+3
* SPARK-3852 [DOCS] Document spark.driver.extra* configsSean Owen2015-01-251-0/+21
* [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-5058] Part 2. Typos and broken URLJongyoul Lee2015-01-231-1/+1
* [SPARK-5351][GraphX] Do not use Partitioner.defaultPartitioner as a partition...Takeshi Yamamuro2015-01-232-2/+22
* [SPARK-5063] More helpful error messages for several invalid operationsJosh Rosen2015-01-236-14/+138
* [SPARK-5233][Streaming] Fix error replaying of WAL introduced bugjerryshao2015-01-224-20/+32
* [HOTFIX] Fixed compilation error due to missing SparkContext._ implicit conve...Tathagata Das2015-01-221-0/+1
* [SPARK-5147][Streaming] Delete the received data WAL log periodicallyTathagata Das2015-01-219-50/+172
* [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-216-54/+68
* [SPARK-5006][Deploy]spark.port.maxRetries doesn't workWangTaoTheTonic2015-01-2114-32/+34
* [SPARK-5064][GraphX] Add numEdges upperbound validation for R-MAT graph gener...Kenji Kikushima2015-01-212-0/+16
* [SPARK-4161]Spark shell class path is not correctly set if "spark.driver.extr...GuoQiang Li2015-01-211-0/+7
* [SPARK-4569] Rename 'externalSorting' in AggregatorIlya Ganelin2015-01-211-4/+6
* [SPARK-4759] Fix driver hanging from coalescing partitionsAndrew Or2015-01-212-16/+22
* [HOTFIX] Update pom.xml to pull MapR's Hadoop version 2.4.1.Kannan Rajah2015-01-201-3/+3
* [SPARK-5275] [Streaming] include python source codeDavies Liu2015-01-201-0/+8
* [SPARK-4959][SQL] Attributes are case sensitive when using a select query fro...Cheng Hao2015-01-202-6/+17
* SPARK-4660: Use correct class loader in JavaSerializer (copy of PR #3840...Jacek Lewandowski2015-01-201-1/+1
* [SPARK-4803] [streaming] Remove duplicate RegisterReceiver messageIlayaperumal Gopinathan2015-01-202-9/+2
* [SPARK-4504][Examples] fix run-example failure if multiple assembly jars existVenkata Ramana Gollamudi2015-01-192-18/+36
* [SPARK-5282][mllib]: RowMatrix easily gets int overflow in the memory size wa...Yuhao Yang2015-01-191-2/+2
* [SPARK-5289]: Backport publishing of repl, yarn into branch-1.2.Patrick Wendell2015-01-172-28/+0
* [SPARK-733] Add documentation on use of accumulators in lazy transformationIlya Ganelin2015-01-161-0/+28
* [DOCS] Fix typo in return type of cogroupSean Owen2015-01-161-1/+1
* [SPARK-5201][CORE] deal with int overflow in the ParallelCollectionRDD.slice ...Ye Xianjin2015-01-163-16/+37
* [SPARK-4033][Examples]Input of the SparkPi too big causes the emption exceptionhuangzhaowei2015-01-161-2/+2
* [SPARK-5224] [PySpark] improve performance of parallelize list/ndarrayDavies Liu2015-01-152-1/+5
* [SPARK-5254][MLLIB] remove developers section from spark.ml guideXiangrui Meng2015-01-141-14/+0
* [SPARK-5254][MLLIB] Update the user guide to position spark.ml betterXiangrui Meng2015-01-142-14/+21
* [SPARK-5234][ml]examples for ml don't have sparkContext.stopYuhao Yang2015-01-143-0/+6