aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9830][SPARK-11641][SQL][FOLLOW-UP] Remove AggregateExpression1 and upd...Yin Huai2015-11-1010-54/+160
* [SPARK-5565][ML] LDA wrapper for Pipelines APIJoseph K. Bradley2015-11-103-5/+946
* [SPARK-9818] Re-enable Docker tests for JDBC data sourceJosh Rosen2015-11-108-2/+664
* [SPARK-11567] [PYTHON] Add Python API for corr Aggregate functionfelixcheung2015-11-101-0/+16
* [SPARK-11550][DOCS] Replace example code in mllib-optimization.md using inclu...Pravin Gadakh2015-11-103-143/+200
* [SPARK-11616][SQL] Improve toString for DatasetMichael Armbrust2015-11-104-13/+47
* [SPARK-7316][MLLIB] RDD sliding window with stepunknown2015-11-103-39/+54
* [SPARK-11618][ML] Minor refactoring of basic ML import/exportJoseph K. Bradley2015-11-101-27/+30
* [ML][R] SparkR::glm summary result to compare with native RYanbo Liang2015-11-102-22/+11
* [SPARK-10371][SQL] Implement subexpr elimination for UnsafeProjectionsNong Li2015-11-1011-16/+523
* [SPARK-11590][SQL] use native json_tuple in lateral viewWenchen Fan2015-11-108-40/+104
* [SPARK-11578][SQL][FOLLOW-UP] complete the user facing api for typed aggregationWenchen Fan2015-11-104-14/+99
* [SPARK-10863][SPARKR] Method coltypes() (New version)Oscar D. Lara Yejas2015-11-107-18/+124
* [SPARK-9830][SQL] Remove AggregateExpression1 and Aggregate Operator used to ...Yin Huai2015-11-1064-2260/+743
* [SPARK-11252][NETWORK] ShuffleClient should release connection after fetching...Lianhui Wang2015-11-106-15/+81
* [SPARK-7841][BUILD] Stop using retrieveManaged to retrieve dependencies in SBTJosh Rosen2015-11-102-6/+18
* [SPARK-11382] Replace example code in mllib-decision-tree.md using include_ex...Xusen Yin2015-11-108-247/+438
* Fix typo in driver pagePaul Chandler2015-11-101-1/+1
* [SPARK-11598] [SQL] enable tests for ShuffledHashOuterJoinDavies Liu2015-11-091-204/+231
* [SPARK-11599] [SQL] fix NPE when resolve Hive UDF in SQLParserDavies Liu2015-11-092-9/+34
* [SPARK-11587][SPARKR] Fix the summary generic to match base RShivaram Venkataraman2015-11-094-10/+16
* Add mockito as an explicit test dependency to spark-streamingBurak Yavuz2015-11-091-0/+5
* [SPARK-11333][STREAMING] Add executorId to ReceiverInfo and display it in UIShixiong Zhu2015-11-098-7/+22
* [SPARK-11462][STREAMING] Add JavaStreamingListenerzsxwing2015-11-094-0/+665
* [SPARK-11141][STREAMING] Batch ReceivedBlockTrackerLogEvents for WAL writesBurak Yavuz2015-11-096-192/+767
* [SPARK-11198][STREAMING][KINESIS] Support de-aggregation of records during re...Burak Yavuz2015-11-098-25/+76
* [SPARK-11069][ML] Add RegexTokenizer option to convert to lowercaseYuhao Yang2015-11-093-7/+35
* [SPARK-11610][MLLIB][PYTHON][DOCS] Make the docs of LDAModel.describeTopics i...Yu ISHIKAWA2015-11-091-0/+6
* [SPARK-11564][SQL] Fix documentation for DataFrame.take/collectReynold Xin2015-11-091-4/+4
* [SPARK-11578][SQL] User API for Typed AggregationMichael Armbrust2015-11-099-42/+360
* [SPARK-11360][DOC] Loss of nullability when writing parquet filesgatorsmile2015-11-091-1/+2
* [SPARK-9557][SQL] Refactor ParquetFilterSuite and remove old ParquetFilters codehyukjinkwon2015-11-091-4/+4
* [SPARK-11564][SQL][FOLLOW-UP] improve java api for GroupedDatasetWenchen Fan2015-11-099-25/+118
* [SPARK-6517][MLLIB] Implement the Algorithm of Hierarchical ClusteringYu ISHIKAWA2015-11-094-0/+841
* [SPARK-11359][STREAMING][KINESIS] Checkpoint to DynamoDB even when new data d...Burak Yavuz2015-11-096-183/+349
* [SPARK-11595] [SQL] Fixes ADD JAR when the input path contains URL schemeCheng Lian2015-11-094-11/+18
* [SPARK-9301][SQL] Add collect_set and collect_list aggregate functionsNick Buroojy2015-11-094-13/+64
* [SPARK-11548][DOCS] Replaced example code in mllib-collaborative-filtering.md...Rishabh Bhardwaj2015-11-094-135/+221
* [SPARK-11552][DOCS][Replaced example code in ml-decision-tree.md using includ...sachin aggarwal2015-11-097-330/+527
* [SPARK-10471][CORE][MESOS] prevent getting offers for unmet constraintsFelix Bechstein2015-11-093-53/+91
* [SPARK-10280][MLLIB][PYSPARK][DOCS] Add @since annotation to pyspark.ml.class...Yu ISHIKAWA2015-11-091-0/+56
* [SPARK-11581][DOCS] Example mllib code in documentation incorrectly computes MSEBharat Lal2015-11-091-1/+1
* [DOCS] Fix typo for Python section on unifying Kafka streamschriskang902015-11-091-2/+2
* [SPARK-9865][SPARKR] Flaky SparkR test: test_sparkSQL.R: sample on a DataFramefelixcheung2015-11-091-2/+2
* [SPARK-11112] Fix Scala 2.11 compilation error in RDDInfo.scalatedyu2015-11-091-11/+1
* [SPARK-10565][CORE] add missing web UI stats to /api/v1/applications JSONCharles Yeh2015-11-096-2/+114
* [SPARK-11582][MLLIB] specifying pmml version attribute =4.2 in the root node ...fazlan-nazeem2015-11-091-0/+1
* [SPARK-10689][ML][DOC] User guide and example code for AFTSurvivalRegressionYanbo Liang2015-11-095-0/+281
* [SPARK-11494][ML][R] Expose R-like summary statistics in SparkR::glm for line...Yanbo Liang2015-11-093-15/+88
* [DOC][MINOR][SQL] Fix internal linkRohit Agarwal2015-11-091-1/+1