aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7973] [SQL] Increase the timeout of two CliSuite tests.Yin Huai2015-06-031-2/+2
* [SPARK-7983] [MLLIB] Add require for one-based indices in loadLibSVMFileYuhao Yang2015-06-032-0/+47
* [SPARK-7562][SPARK-6444][SQL] Improve error reporting for expression data typ...Wenchen Fan2015-06-0317-421/+583
* [SPARK-8060] Improve DataFrame Python test coverage and documentation.Reynold Xin2015-06-0320-227/+180
* [SPARK-8032] [PYSPARK] Make version checking for NumPy in MLlib more robustMechCoder2015-06-021-1/+3
* [SPARK-8043] [MLLIB] [DOC] update NaiveBayes and SVM examples in docYuhao Yang2015-06-023-18/+14
* [MINOR] make the launcher project name consistent with othersWangTaoTheTonic2015-06-021-1/+1
* [SPARK-8053] [MLLIB] renamed scalingVector to scalingVecJoseph K. Bradley2015-06-022-8/+8
* [SPARK-7691] [SQL] Refactor CatalystTypeConverter to use type-specific row ac...Josh Rosen2015-06-025-265/+382
* [SPARK-7547] [ML] Scala Example code for ElasticNetDB Tsai2015-06-027-9/+314
* [SPARK-7387] [ML] [DOC] CrossValidator example code in PythonRam Sriharsha2015-06-022-2/+98
* [SQL] [TEST] [MINOR] Follow-up of PR #6493, use Guava API to ensure Java 6 fr...Cheng Lian2015-06-021-4/+5
* [SPARK-8049] [MLLIB] drop tmp col from OneVsRest outputXiangrui Meng2015-06-022-0/+10
* [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
* [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
* [SPARK-7432] [MLLIB] fix flaky CrossValidator doctestXiangrui Meng2015-06-021-10/+9
* [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-2/+137
* [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
* Revert "[SPARK-8020] Spark SQL in spark-defaults.conf make metadataHive get c...Reynold Xin2015-06-012-66/+4
* [SPARK-8020] Spark SQL in spark-defaults.conf make metadataHive get construct...Yin Huai2015-06-012-4/+66
* [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/+76
* [SPARK-7958] [STREAMING] Handled exception in StreamingContext.start() to pre...Tathagata Das2015-06-013-4/+33
* [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
* Update README to include DataFrames and zinc.Reynold Xin2015-05-311-8/+8
* [SPARK-7952][SPARK-7984][SQL] equality check between boolean type and numeric...Wenchen Fan2015-05-315-47/+158
* [SPARK-7978] [SQL] [PYSPARK] DecimalType should not be singletonDavies Liu2015-05-312-2/+25
* [SPARK-7986] Split scalastyle config into 3 sections.Reynold Xin2015-05-311-116/+174
* [MINOR] Enable PySpark SQL readerwriter and window testsJosh Rosen2015-05-311-0/+2
* [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