aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8138] [SQL] Improves error message when conflicting partition columns ...Cheng Lian2015-06-242-10/+82
* [SPARK-8371] [SQL] improve unit test for MaxOf and MinOf and fix bugsWenchen Fan2015-06-232-16/+34
* [HOTFIX] [BUILD] Fix MiMa checks in master branch; enable MiMa for launcher p...Josh Rosen2015-06-232-4/+2
* [SPARK-6749] [SQL] Make metastore client robust to underlying socket connecti...Eric Liang2015-06-232-2/+72
* Revert "[SPARK-7157][SQL] add sampleBy to DataFrame"Reynold Xin2015-06-233-74/+2
* [SPARK-7157][SQL] add sampleBy to DataFrameXiangrui Meng2015-06-233-2/+74
* [SPARK-8139] [SQL] Updates docs and comments of data sources and Parquet outp...Cheng Lian2015-06-234-20/+78
* [SPARK-8573] [SPARK-8568] [SQL] [PYSPARK] raise Exception if column is used i...Davies Liu2015-06-232-1/+14
* [DOC] [SQL] Addes Hive metastore Parquet table conversion sectionCheng Lian2015-06-231-6/+88
* [SPARK-8525] [MLLIB] fix LabeledPoint parser when there is a whitespace betwe...Oleksiy Dyagilev2015-06-233-0/+14
* [SPARK-8111] [SPARKR] SparkR shell should display Spark logo and version bann...Alok Singh2015-06-231-1/+15
* [SPARK-8265] [MLLIB] [PYSPARK] Add LinearDataGenerator to pyspark.mllib.utilsMechCoder2015-06-233-3/+86
* [SPARK-7888] Be able to disable intercept in linear regression in ml packageHolden Karau2015-06-233-12/+172
* [SPARK-8432] [SQL] fix hashCode() and equals() of BinaryType in RowDavies Liu2015-06-2310-135/+139
* [SPARK-7235] [SQL] Refactor the grouping setsCheng Hao2015-06-235-71/+78
* [SQL] [DOCS] updated the documentation for explodelockwobr2015-06-241-1/+1
* [SPARK-8498] [TUNGSTEN] fix npe in errorhandling path in unsafeshuffle writerHolden Karau2015-06-232-2/+33
* [SPARK-8300] DataFrame hint for broadcast join.Reynold Xin2015-06-234-8/+59
* [SPARK-8541] [PYSPARK] test the absolute error in approx doctestsScott Taylor2015-06-221-2/+2
* [SPARK-8483] [STREAMING] Remove commons-lang3 dependency from Flume Si…Hari Shreedharan2015-06-222-6/+2
* [SPARK-8359] [SQL] Fix incorrect decimal precision after multiplicationLiang-Chi Hsieh2015-06-222-2/+9
* [SPARK-8431] [SPARKR] Add in operator to DataFrame Column in SparkRYu ISHIKAWA2015-06-222-0/+26
* [SPARK-7781] [MLLIB] gradient boosted trees.train regressor missing max binsHolden Karau2015-06-223-9/+24
* [SPARK-8548] [SPARKR] Remove the trailing whitespaces from the SparkR filesYu ISHIKAWA2015-06-2222-188/+182
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2015-06-220-0/+0
* [SPARK-7859] [SQL] Collect_set() behavior differences which fails the unit te...Cheng Hao2015-06-223-26/+105
* [SPARK-8307] [SQL] improve timestamp from parquetDavies Liu2015-06-2224-252/+175
* [SPARK-7153] [SQL] support all integral type ordinal in GetArrayItemWenchen Fan2015-06-223-2/+21
* [HOTFIX] [TESTS] Typo mqqt -> mqttAndrew Or2015-06-221-4/+4
* [SPARK-8492] [SQL] support binaryType in UnsafeRowDavies Liu2015-06-224-46/+72
* [SPARK-8356] [SQL] Reconcile callUDF and callUdfBenFradet2015-06-222-1/+55
* [SPARK-8537] [SPARKR] Add a validation rule about the curly braces in SparkR ...Yu ISHIKAWA2015-06-221-1/+1
* [SPARK-8455] [ML] Implement n-gram feature transformerFeynman Liang2015-06-222-0/+163
* [SPARK-8532] [SQL] In Python's DataFrameWriter, save/saveAsTable/json/parquet...Yin Huai2015-06-222-11/+51
* [SPARK-8104] [SQL] auto alias expressions in analyzerWenchen Fan2015-06-2216-117/+150
* [SPARK-8511] [PYSPARK] Modify a test to remove a saved model in `regression.py`Yu ISHIKAWA2015-06-225-11/+21
* [SPARK-8482] Added M4 instances to the list.Pradeep Chhetri2015-06-221-2/+14
* [SPARK-8429] [EC2] Add ability to set additional tagsStefano Parmesan2015-06-221-8/+20
* [SPARK-8406] [SQL] Adding UUID to output file name to avoid accidental overwr...Cheng Lian2015-06-228-72/+120
* [SPARK-7426] [MLLIB] [ML] Updated Attribute.fromStructField to allow any Nume...Mike Dusenberry2015-06-212-2/+7
* [SPARK-7715] [MLLIB] [ML] [DOC] Updated MLlib programming guide for release 1.4Joseph K. Bradley2015-06-214-33/+65
* [SPARK-8508] [SQL] Ignores a test case to cleanup unnecessary testing output ...Cheng Lian2015-06-211-1/+1
* [SPARK-7604] [MLLIB] Python API for PCA and PCAModelYanbo Liang2015-06-212-0/+45
* [SPARK-8379] [SQL] avoid speculative tasks write to the same filejeanlyn2015-06-212-7/+5
* [SPARK-8301] [SQL] Improve UTF8String substring/startsWith/endsWith/contains ...Tarek Auel2015-06-203-18/+22
* [SPARK-8495] [SPARKR] Add a `.lintr` file to validate the SparkR files and th...Yu ISHIKAWA2015-06-205-0/+63
* [SPARK-8422] [BUILD] [PROJECT INFRA] Add a module abstraction to dev/run-testsJosh Rosen2015-06-201-156/+411
* [SPARK-8468] [ML] Take the negative of some metrics in RegressionEvaluator to...Liang-Chi Hsieh2015-06-205-11/+48
* [SPARK-8127] [STREAMING] [KAFKA] KafkaRDD optimize count() take() isEmpty()cody koeninger2015-06-198-24/+122
* [HOTFIX] [SPARK-8489] Correct JIRA number in previous commitAndrew Or2015-06-194-8/+8