aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-06-0230-30/+30
* Preparing Spark release v1.4.0-rc4v1.4.0Patrick Wendell2015-06-0230-30/+30
* [SQL] [TEST] [MINOR] Follow-up of PR #6493, use Guava API to ensure Java 6 fr...Cheng Lian2015-06-021-4/+5
* [SQL] [TEST] [MINOR] Uses a temporary log4j.properties in HiveThriftServer2Te...Cheng Lian2015-06-021-6/+25
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-06-0230-30/+30
* Preparing Spark release v1.4.0-rc4Patrick Wendell2015-06-0230-30/+30
* [SPARK-8049] [MLLIB] drop tmp col from OneVsRest outputXiangrui Meng2015-06-022-0/+10
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-06-0230-30/+30
* Preparing Spark release v1.4.0-rc4Patrick Wendell2015-06-0230-30/+30
* [SPARK-8038] [SQL] [PYSPARK] fix Column.when() and otherwise()Davies Liu2015-06-021-3/+28
* [SPARK-8014] [SQL] Avoid premature metadata discovery when writing a HadoopFs...Cheng Lian2015-06-025-32/+67
* [SPARK-7985] [ML] [MLlib] [Docs] Remove "fittingParamMap" references. Updatin...Mike Dusenberry2015-06-0211-14/+14
* [MINOR] Enable PySpark SQL readerwriter and window testsJosh Rosen2015-06-021-0/+2
* [SPARK-8015] [FLUME] Remove Guava dependency from flume-sink.Marcelo Vanzin2015-06-024-7/+77
* [SPARK-8037] [SQL] Ignores files whose name starts with dot in HadoopFsRelationCheng Lian2015-06-033-6/+26
* [HOT-FIX] Add EvaluatedType back to RDGYin Huai2015-06-021-0/+2
* [SPARK-7432] [MLLIB] fix flaky CrossValidator doctestXiangrui Meng2015-06-021-10/+9
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-06-0230-30/+30
* Preparing Spark release v1.4.0-rc4Patrick Wendell2015-06-0230-30/+30
* [SPARK-8021] [SQL] [PYSPARK] make Python read/write API consistent with ScalaDavies Liu2015-06-021-27/+94
* [SPARK-8023][SQL] Add "deterministic" attribute to Expression to avoid collap...Yin Huai2015-06-026-3/+136
* [SPARK-8020] [SQL] Spark SQL conf in spark-defaults.conf make metadataHive ge...Yin Huai2015-06-021-3/+22
* [SPARK-6917] [SQL] DecimalType is not read back when non-native type existsDavies Liu2015-06-012-1/+16
* [SPARK-7582] [MLLIB] user guide for StringIndexerXiangrui Meng2015-06-012-0/+193
* Fixed typo in the previous commit.Reynold Xin2015-06-011-1/+1
* [SPARK-7965] [SPARK-7972] [SQL] Handle expressions containing multiple window...Yin Huai2015-06-013-32/+134
* [SPARK-8025][Streaming]Add JavaDoc style deprecation for deprecated Streaming...zsxwing2015-06-013-0/+19
* [minor doc] Add exploratory data analysis warning for DataFrame.stat.freqItem...Reynold Xin2015-06-012-0/+15
* [SPARK-8027] [SPARKR] Add maven profile to build R package docsShivaram Venkataraman2015-06-012-8/+31
* [SPARK-8026][SQL] Add Column.alias to Scala/Java DataFrame APIReynold Xin2015-06-012-0/+18
* [SPARK-7982][SQL] DataFrame.stat.crosstab should use 0 instead of null for pa...Reynold Xin2015-06-012-5/+8
* [SPARK-8028] [SPARKR] Use addJar instead of setJars in SparkRShivaram Venkataraman2015-06-011-2/+5
* [MINOR] [UI] Improve error message on log pageAndrew Or2015-06-012-0/+74
* [SPARK-7958] [STREAMING] Handled exception in StreamingContext.start() to pre...Tathagata Das2015-06-013-4/+33
* [SPARK-7899] [PYSPARK] Fix Python 3 pyspark/sql/types module conflictMichael Nazario2015-06-017-63/+43
* [SPARK-7584] [MLLIB] User guide for VectorAssemblerXiangrui Meng2015-06-012-0/+192
* [SPARK-7497] [PYSPARK] [STREAMING] fix streaming flaky testsDavies Liu2015-06-011-8/+8
* [DOC] Minor modification to Streaming docs with regards to parallel data rece...Nishkam Ravi2015-06-011-4/+4
* [SPARK-7978] [SQL] [PYSPARK] DecimalType should not be singletonDavies Liu2015-05-312-2/+25
* [HOTFIX] Remove trailing whitespace to fix Scalastyle checksJosh Rosen2015-05-313-5/+5
* [SPARK-7227] [SPARKR] Support fillna / dropna in R DataFrame.Sun Rui2015-05-316-3/+267
* [SPARK-3850] Turn style checker on for trailing whitespaces.Reynold Xin2015-05-313-2/+5
* [SPARK-7949] [MLLIB] [DOC] update document with some missing save/loadYuhao Yang2015-05-313-6/+38
* [SPARK-3850] Trim trailing spaces for MLlib.Reynold Xin2015-05-3130-189/+189
* [MINOR] Add license for dagre-d3 and graphlib-dotzsxwing2015-05-311-0/+46
* [SPARK-7979] Enforce structural type checker.Reynold Xin2015-05-315-3/+14
* [SPARK-3850] Trim trailing spaces for SQL.Reynold Xin2015-05-3136-82/+82
* [SPARK-3850] Trim trailing spaces for examples/streaming/yarn.Reynold Xin2015-05-3120-91/+87
* [SPARK-3850] Trim trailing spaces for core.Reynold Xin2015-05-3146-113/+113
* [SPARK-7975] Add style checker to disallow overriding equals covariantly.Reynold Xin2015-05-313-3/+3