aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-8498] [SQL] Add regression test for SPARK-8470Andrew Or2015-06-194-0/+76
* [SPARK-8390] [STREAMING] [KAFKA] fix docs related to HasOffsetRangescody koeninger2015-06-193-26/+71
* [SPARK-8420] [SQL] Fix comparision of timestamps/dates with stringsMichael Armbrust2015-06-196-11/+88
* [SPARK-8093] [SQL] Remove empty structs inferred from JSON documentsNathan Howell2015-06-193-17/+48
* [SPARK-8452] [SPARKR] expose jobGroup API in SparkRHossein2015-06-193-0/+56
* [SPARK-4118] [MLLIB] [PYSPARK] Python bindings for StreamingKMeansMechCoder2015-06-194-9/+411
* [SPARK-8461] [SQL] fix codegen with REPL class loaderDavies Liu2015-06-196-34/+29
* [HOTFIX] Fix scala style in DFSReadWriteTest that causes tests failedLiang-Chi Hsieh2015-06-191-2/+2
* [SPARK-8368] [SPARK-8058] [SQL] HiveContext may override the context class lo...Yin Huai2015-06-195-15/+219
* [SPARK-5836] [DOCS] [STREAMING] Clarify what may cause long-running Spark app...Sean Owen2015-06-191-3/+5
* [SPARK-8451] [SPARK-7287] SparkSubmitSuite should check exit codeAndrew Or2015-06-191-5/+12
* [SPARK-7180] [SPARK-8090] [SPARK-8091] Fix a number of SerializationDebugger ...Tathagata Das2015-06-193-12/+223
* Add example that reads a local file, writes to a DFS path provided by th...RJ Nowling2015-06-191-0/+138
* [SPARK-8234][SQL] misc function: md5Shilei2015-06-195-0/+117
* [SPARK-8476] [CORE] Setters inc/decDiskBytesSpilled in TaskMetrics should als...Takuya UESHIN2015-06-191-2/+2
* [SPARK-8430] ExternalShuffleBlockResolver of shuffle service should support U...Lianhui Wang2015-06-191-1/+2
* [SPARK-8207] [SQL] Add math function binLiang-Chi Hsieh2015-06-196-8/+102
* [SPARK-8151] [MLLIB] pipeline components should correctly implement copyXiangrui Meng2015-06-1962-55/+350
* [SPARK-8389] [STREAMING] [KAFKA] Example of getting offset ranges out o…cody koeninger2015-06-191-2/+13
* [SPARK-7265] Improving documentation for Spark SQL Hive supportJihong MA2015-06-191-1/+6
* [SPARK-7913] [CORE] Make AppendOnlyMap use the same growth strategy of OpenHa...zsxwing2015-06-191-6/+4
* [SPARK-8387] [FOLLOWUP ] [WEBUI] Update driver log URL to show only 4096 bytesCarson Wang2015-06-192-3/+4
* [SPARK-8339] [PYSPARK] integer division for python 3Kevin Conor2015-06-191-1/+1