aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7440][SQL] Remove physical Distinct operator in favor of AggregateReynold Xin2015-06-047-35/+65
* Fixed style issues for [SPARK-6909][SQL] Remove Hive Shim code.Reynold Xin2015-06-042-8/+11
* [SPARK-6909][SQL] Remove Hive Shim codeCheolsoo Park2015-06-0423-716/+619
* [SPARK-8027] [SPARKR] Move man pages creation to install-dev.shShivaram Venkataraman2015-06-044-36/+17
* [SPARK-7743] [SQL] Parquet 1.7Thomas Omans2015-06-0417-76/+76
* [SPARK-7969] [SQL] Added a DataFrame.drop function that accepts a Column refe...Mike Dusenberry2015-06-043-3/+79
* [SPARK-7956] [SQL] Use Janino to compile SQL expressions into bytecodeDavies Liu2015-06-0418-888/+1116
* Fix maxTaskFailures commentDaniel Darabos2015-06-041-1/+1
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2015-06-030-0/+0
* [BUILD] Fix Maven build for KinesisAndrew Or2015-06-032-0/+9
* [BUILD] Use right branch when checking against HiveAndrew Or2015-06-031-3/+4
* [BUILD] Increase Jenkins test timeoutAndrew Or2015-06-031-1/+3
* [SPARK-8084] [SPARKR] Make SparkR scripts fail on errorShivaram Venkataraman2015-06-032-0/+5
* [SPARK-8088] don't attempt to lower number of executors by 0Ryan Williams2015-06-031-3/+7
* [HOTFIX] History Server API docs error fix.Hari Shreedharan2015-06-033-5/+9
* [HOTFIX] [TYPO] Fix typo in #6546Andrew Or2015-06-031-2/+2
* [SPARK-6164] [ML] CrossValidatorModel should keep stats from fittingleahmcguire2015-06-032-3/+8
* [SPARK-8051] [MLLIB] make StringIndexerModel silent if input column does not ...Xiangrui Meng2015-06-032-1/+23
* [SPARK-3674] [EC2] Clear SPARK_WORKER_INSTANCES when using YARNShivaram Venkataraman2015-06-031-3/+10
* [HOTFIX] Fix Hadoop-1 build caused by #5792.Hari Shreedharan2015-06-031-4/+4
* [SPARK-7989] [CORE] [TESTS] Fix flaky tests in ExternalShuffleServiceSuite an...zsxwing2015-06-034-12/+46
* [SPARK-8001] [CORE] Make AsynchronousListenerBus.waitUntilEmpty throw Timeout...zsxwing2015-06-036-29/+30
* [SPARK-8059] [YARN] Wake up allocation thread when new requests arrive.Marcelo Vanzin2015-06-032-4/+19
* [SPARK-8083] [MESOS] Use the correct base path in mesos driver page.Timothy Chen2015-06-031-1/+1
* [MINOR] [UI] Improve confusing message on log pageAndrew Or2015-06-034-11/+115
* [SPARK-8054] [MLLIB] Added several Java-friendly APIs + unit testsJoseph K. Bradley2015-06-0313-19/+284
* Update documentation for [SPARK-7980] [SQL] Support SQLContext.range(end)Reynold Xin2015-06-032-10/+12
* [SPARK-8074] Parquet should throw AnalysisException during setup for data typ...Reynold Xin2015-06-032-17/+17
* [SPARK-8063] [SPARKR] Spark master URL conflict between MASTER env variable a...Sun Rui2015-06-031-1/+1
* [SPARK-7161] [HISTORY SERVER] Provide REST api to download event logs fro...Hari Shreedharan2015-06-0314-19/+367
* [SPARK-7980] [SQL] Support SQLContext.range(end)animesh2015-06-034-2/+31
* [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0Patrick Wendell2015-06-0334-34/+61
* [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