aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* SPARK-2624 add datanucleus jars to the container in yarn-clusterJim Lim2014-12-033-0/+157
* [SPARK-4717][MLlib] Optimize BLAS library to avoid de-reference multiple time...DB Tsai2014-12-031-39/+60
* [SPARK-4708][MLLib] Make k-mean runs two/three times faster with dense/sparse...DB Tsai2014-12-035-68/+70
* [SPARK-4710] [mllib] Eliminate MLlib compilation warningsJoseph K. Bradley2014-12-032-8/+10
* [SPARK-4672][Core]Checkpoint() should clear f to shorten the serialization chainJerryLead2014-12-021-3/+6
* [SPARK-4672][GraphX]Non-transient PartitionsRDDs will lead to StackOverflow e...JerryLead2014-12-022-2/+2
* [SPARK-4672][GraphX]Perform checkpoint() on PartitionsRDD to shorten the lineageJerryLead2014-12-022-0/+8
* [Release] Translate unknown author names automaticallyAndrew Or2014-12-022-18/+111
* [SPARK-4695][SQL] Get result using executeCollectwangfei2014-12-021-1/+3
* [SPARK-4670] [SQL] wrong symbol for bitwise notDaoyuan Wang2014-12-022-10/+25
* [SPARK-4593][SQL] Return null when denominator is 0Daoyuan Wang2014-12-024-5/+83
* [SPARK-4676][SQL] JavaSchemaRDD.schema may throw NullType MatchError if sql h...YanTangZhai2014-12-025-0/+59
* [SPARK-4663][sql]add finally to avoid resource leakbaishuo2014-12-021-4/+7
* [SPARK-4536][SQL] Add sqrt and abs to Spark SQL DSLKousuke Saruta2014-12-024-1/+74
* [SPARK-4686] Link to allowed master URLs is brokenKay Ousterhout2014-12-021-1/+1
* [SPARK-4611][MLlib] Implement the efficient vector normDB Tsai2014-12-024-6/+79
* [SPARK-4529] [SQL] support view with column aliasDaoyuan Wang2014-12-012-3/+3
* [SQL][DOC] Date type in SQL programming guideDaoyuan Wang2014-12-011-0/+23
* [SQL] Minor fix for doc and commentwangfei2014-12-013-5/+7
* [SPARK-4658][SQL] Code documentation issue in DDL of datasource APIravipesala2014-12-012-3/+3
* [SPARK-4650][SQL] Supporting multi column support in countDistinct function l...ravipesala2014-12-012-1/+9
* [SPARK-4358][SQL] Let BigDecimal do checking type compatibilityLiang-Chi Hsieh2014-12-011-8/+3
* [SQL] add @group tab in limit() and count()Jacky Li2014-12-011-0/+4
* [SPARK-4258][SQL][DOC] Documents spark.sql.parquet.filterPushdownCheng Lian2014-12-011-6/+16
* Documentation: add description for repartitionAndSortWithinPartitionsMadhu Siddalingaiah2014-12-011-0/+6
* [SPARK-4661][Core] Minor code and docs cleanupzsxwing2014-12-013-3/+2
* SPARK-2192 [BUILD] Examples Data Not in Binary DistributionSean Owen2014-12-011-0/+3
* [DOC] Fixes formatting typo in SQL programming guideCheng Lian2014-11-301-2/+0
* [SPARK-4656][Doc] Typo in Programming Guide markdownlewuathe2014-11-301-1/+1