aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-10400] [SQL] Renames SQLConf.PARQUET_FOLLOW_PARQUET_FORMAT_SPECCheng Lian2015-10-016-148/+231
* [SPARK-10671] [SQL] Throws an analysis exception if we cannot find Hive UDFsWenchen Fan2015-10-012-23/+104
* [SPARK-10865] [SPARK-10866] [SQL] Fix bug of ceil/floor, which should returns...Cheng Hao2015-10-013-11/+31
* [SPARK-10058] [CORE] [TESTS] Fix the flaky tests in HeartbeatReceiverSuitezsxwing2015-10-012-16/+60
* [SPARK-10807] [SPARKR] Added as.data.frame as a synonym for collectOscar D. Lara Yejas2015-09-304-1/+39
* [SPARK-9617] [SQL] Implement json_tupleNathan Howell2015-09-304-4/+316
* [SPARK-10770] [SQL] SparkPlan.executeCollect/executeTake should return Intern...Reynold Xin2015-09-309-39/+39
* [SPARK-10851] [SPARKR] Exception not failing R applications (in yarn cluster ...Sun Rui2015-09-301-3/+7
* [SPARK-9741] [SQL] Approximate Count Distinct using the new UDAF interface.Herman van Hovell2015-09-303-0/+554
* [SPARK-10736] [ML] Use 1 for all ratings if $(ratingCol) = ""Yanbo Liang2015-09-291-2/+2
* [SPARK-10811] [SQL] Eliminates unnecessary byte array copyingCheng Lian2015-09-293-10/+28
* [SPARK-10782] [PYTHON] Update dropDuplicates documentationasokadiggs2015-09-291-0/+2
* [SPARK-6919] [PYSPARK] Add asDict method to StatCounterErik Shilts2015-09-292-0/+42
* [SPARK-10415] [PYSPARK] [MLLIB] [DOCS] Enhance Navigation Sidebar in PySpark APInoelsmith2015-09-294-2/+197
* [SPARK-10871] include number of executor failures in error msgRyan Williams2015-09-291-1/+1
* [SPARK-10825] [CORE] [TESTS] Fix race conditions in StandaloneDynamicAllocati...zsxwing2015-09-291-113/+192
* [SPARK-10670] [ML] [Doc] add api reference for ml docYuhao Yang2015-09-281-64/+195
* [SPARK-10833] [BUILD] Inline, organize BSD/MIT licenses in LICENSESean Owen2015-09-2840-679/+1153
* [SPARK-10859] [SQL] fix stats of StringType in columnar cacheDavies Liu2015-09-282-2/+9
* [SPARK-10395] [SQL] Simplifies CatalystReadSupportCheng Lian2015-09-281-47/+45
* [SPARK-10790] [YARN] Fix initial executor number not set issue and consolidat...jerryshao2015-09-284-40/+27
* [SPARK-10812] [YARN] Spark hadoop util support switching to yarnHolden Karau2015-09-284-16/+34
* Fix two mistakes in programming-guide pageDavid Martin2015-09-281-2/+2
* add doc for spark.streaming.stopGracefullyOnShutdownBin Wang2015-09-271-0/+8
* [SPARK-10720] [SQL] [JAVA] Add a java wrapper to create a dataframe from a lo...Holden Karau2015-09-272-17/+56
* [SPARK-10741] [SQL] Hive Query Having/OrderBy against Parquet table is not wo...Wenchen Fan2015-09-2715-86/+103
* [SPARK-10778] [MLLIB] Implement toString for AssociationRules.Ruley-shimizu2015-09-271-0/+5
* [SPARK-10845] [SQL] Makes spark.sql.hive.version a SQLConfEntryCheng Lian2015-09-263-1/+32
* [SPARK-10760] [SPARKR] SparkR glm: the documentation in examples - family arg...Narine Kokhlikyan2015-09-251-1/+2
* [SPARK-9681] [ML] Support R feature interactions in RFormulaEric Liang2015-09-2510-60/+362
* [SPARK-9852] Let reduce tasks fetch multiple map output partitionsMatei Zaharia2015-09-249-124/+306
* [SPARK-10761] Refactor DiskBlockObjectWriter to not require BlockIdJosh Rosen2015-09-248-30/+27
* [SPARK-10705] [SQL] Avoid using external rows in DataFrame.toJSONLiang-Chi Hsieh2015-09-243-85/+3
* [SPARK-10765] [SQL] use new aggregate interface for hive UDAFWenchen Fan2015-09-246-86/+129
* Revert "[SPARK-6028][Core]A new RPC implemetation based on the network module"Xiangrui Meng2015-09-2431-1708/+68
* [SPARK-10763] [ML] [JAVA] [TEST] Update Java MLLIB/ML tests to use simplified...Holden Karau2015-09-2310-39/+42
* [SPARK-10692] [STREAMING] Expose failureReasons in BatchInfo for streaming UI...zsxwing2015-09-234-16/+115
* [SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer array (r...Andrew Or2015-09-233-52/+16
* [SPARK-6028][Core]A new RPC implemetation based on the network modulezsxwing2015-09-2331-68/+1708
* [SPARK-10731] [SQL] Delegate to Scala's DataFrame.take implementation in Pyth...Reynold Xin2015-09-234-12/+25
* [SPARK-10699] [ML] Support checkpointInterval can be disabledYanbo Liang2015-09-236-10/+9
* [SPARK-10686] [ML] Add quantilesCol to AFTSurvivalRegressionYanbo Liang2015-09-232-34/+91
* [SPARK-9715] [ML] Store numFeatures in all ML PredictionModel typessethah2015-09-2325-50/+130
* [SPARK-10403] Allow UnsafeRowSerializer to work with tungsten-sort ShuffleMan...Josh Rosen2015-09-232-18/+27
* [SPARK-10721] Log warning when file deletion failstedyu2015-09-2315-27/+80
* [SPARK-10769] [STREAMING] [TESTS] Fix o.a.s.streaming.CheckpointSuite.maintai...zsxwing2015-09-231-1/+5
* [SPARK-10224] [STREAMING] Fix the issue that blockIntervalTimer won't call up...zsxwing2015-09-233-9/+100
* [SPARK-10652] [SPARK-10742] [STREAMING] Set meaningful job descriptions for a...Tathagata Das2015-09-229-29/+179
* [SPARK-10663] Removed unnecessary invocation of DataFrame.toDF method.Matt Hagen2015-09-221-1/+1
* [SPARK-10310] [SQL] Fixes script transformation field/line delimitersZhichao Li2015-09-225-22/+152