aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing Spark release v1.2.0-rc2v1.2.0Patrick Wendell2014-12-1029-29/+29
* Revert "Preparing Spark release v1.2.0-rc2"Patrick Wendell2014-12-1029-29/+29
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-12-1029-29/+29
* [Minor] Use <sup> tag for help icon in web UI page headerJosh Rosen2014-12-091-1/+3
* Config updates for the new shuffle transport.Reynold Xin2014-12-093-6/+6
* [SPARK-4740] Create multiple concurrent connections between two peer nodes in...Reynold Xin2014-12-093-46/+180
* SPARK-4805 [CORE] BlockTransferMessage.toByteArray() trips assertionSean Owen2014-12-091-1/+2
* SPARK-4567. Make SparkJobInfo and SparkStageInfo serializableSandy Ryza2014-12-092-2/+6
* [SPARK-4765] Make GC time always shown in UI.Kay Ousterhout2014-12-093-13/+5
* [SPARK-4785][SQL] Initilize Hive UDFs on the driver and serialize them with a...Cheng Hao2014-12-095-50/+173
* [SPARK-4769] [SQL] CTAS does not work when reading from temporary tablesCheng Hao2014-12-084-16/+49
* SPARK-4770. [DOC] [YARN] spark.scheduler.minRegisteredResourcesRatio doc...Sandy Ryza2014-12-081-2/+2
* [SPARK-4774] [SQL] Makes HiveFromSpark more portableKostas Sakellis2014-12-081-2/+11
* [SPARK-4620] Add unpersist in Graph and GraphImplTakeshi Yamamuro2014-12-072-0/+12
* [SPARK-4646] Replace Scala.util.Sorting.quickSort with Sorter(TimSort) in SparkTakeshi Yamamuro2014-12-072-5/+64
* [SPARK-3623][GraphX] GraphX should support the checkpoint operationGuoQiang Li2014-12-063-0/+34
* Streaming doc : do you mean inadvertently?CrazyJvm2014-12-051-1/+1
* [SPARK-4761][SQL] Enables Kryo by default in Spark SQL Thrift serverCheng Lian2014-12-051-2/+12
* [SPARK-4753][SQL] Use catalyst for partition pruning in newParquet.Michael Armbrust2014-12-041-30/+28
* Revert "SPARK-2624 add datanucleus jars to the container in yarn-cluster"Andrew Or2014-12-043-157/+0
* Revert "[HOT FIX] [YARN] Check whether `/lib` exists before listing its files"Andrew Or2014-12-041-15/+12
* [SPARK-4464] Description about configuration options need to be modified in d...Masayoshi TSUZUKI2014-12-041-2/+10
* Fix typo in Spark SQL docs.Andy Konwinski2014-12-041-1/+1
* [SPARK-4421] Wrong link in spark-standalone.htmlMasayoshi TSUZUKI2014-12-041-1/+1
* [SPARK-4652][DOCS] Add docs about spark-git-repo optionlewuathe2014-12-041-0/+5
* [SPARK-4459] Change groupBy type parameter from K to USaldanha2014-12-042-7/+51
* [SPARK-4745] Fix get_existing_cluster() function with multiple security groupsalexdebrie2014-12-041-2/+2
* Preparing development version 1.2.1-SNAPSHOTPatrick Wendell2014-12-0429-29/+29
* Preparing Spark release v1.2.0-rc2Patrick Wendell2014-12-0429-29/+29
* [HOTFIX] Fixing two issues with the release script.Patrick Wendell2014-12-041-11/+20
* [SPARK-4253] Ignore spark.driver.host in yarn-cluster and standalone-cluster ...WangTaoTheTonic2014-12-042-1/+6
* Revert "Preparing Spark release v1.2.0-rc1"Patrick Wendell2014-12-0429-29/+29
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-12-0429-30/+30
* Revert "HOTFIX: Rolling back incorrect version change"Patrick Wendell2014-12-041-1/+1
* [SPARK-4683][SQL] Add a beeline.cmd to run on WindowsCheng Lian2014-12-041-0/+21
* [FIX][DOC] Fix broken links in ml-guide.mdXiangrui Meng2014-12-044-7/+5
* [SPARK-4575] [mllib] [docs] spark.ml pipelines doc + bug fixesJoseph K. Bradley2014-12-0417-24/+1205
* [docs] Fix outdated comment in tuning guideJoseph K. Bradley2014-12-041-2/+1
* [SQL] Minor: Avoid calling Seq#size in a loopAaron Davidson2014-12-041-3/+3
* [SPARK-4685] Include all spark.ml and spark.mllib packages in JavaDoc's MLlib...lewuathe2014-12-041-1/+4
* [Release] Correctly translate contributors name in release notesAndrew Or2014-12-034-56/+230
* [SPARK-4580] [SPARK-4610] [mllib] [docs] Documentation for tree ensembles + D...Joseph K. Bradley2014-12-0419-182/+1140
* [SPARK-4711] [mllib] [docs] Programming guide advice on choosing optimizerJoseph K. Bradley2014-12-042-9/+18
* [SPARK-4085] Propagate FetchFailedException when Spark fails to read local sh...Reynold Xin2014-12-033-13/+40
* [SPARK-4498][core] Don't transition ExecutorInfo to RUNNING until Driver adds...Mark Hamstra2014-12-032-2/+1
* [SPARK-4552][SQL] Avoid exception when reading empty parquet data through HiveMichael Armbrust2014-12-033-45/+62
* [HOT FIX] [YARN] Check whether `/lib` exists before listing its filesAndrew Or2014-12-031-12/+15
* [SPARK-4642] Add description about spark.yarn.queue to running-on-YARN document.Masayoshi TSUZUKI2014-12-031-1/+8
* [SPARK-4715][Core] Make sure tryToAcquire won't return a negative valuezsxwing2014-12-032-3/+19
* [SPARK-4701] Typo in sbt/sbtMasayoshi TSUZUKI2014-12-031-2/+2