aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13257][IMPROVEMENT] Refine naive Bayes example by checking model after...movelikeriver2016-02-221-2/+15
* [SPARK-13355][MLLIB] replace GraphImpl.fromExistingRDDs by Graph.applyXiangrui Meng2016-02-221-2/+1
* [SPARK-13429][MLLIB] Unify Logistic Regression convergence tolerance of ML & ...Yanbo Liang2016-02-223-12/+12
* [SPARK-6761][SQL] Approximate quantile for DataFrameTimothy Hunter2016-02-224-0/+508
* [SPARK-13236] SQL Generation for Set Operationsgatorsmile2016-02-232-5/+33
* [SPARK-12723][SQL] Comprehensive Verification and Fixing of SQL Generation Su...gatorsmile2016-02-228-30/+306
* [SPARK-11624][SPARK-11972][SQL] fix commands that need hive to execDaoyuan Wang2016-02-224-24/+48
* [SPARK-13298][CORE][UI] Escape "label" to avoid DAG being broken by some spec...Shixiong Zhu2016-02-221-3/+4
* [SPARK-13295][ ML, MLLIB ] AFTSurvivalRegression.AFTAggregator improvements -...Narine Kokhlikyan2016-02-221-15/+17
* [SPARK-13012][DOCUMENTATION] Replace example code in ml-guide.md using includ...Devaraj K2016-02-2213-650/+1025
* [SPARK-13016][DOCUMENTATION] Replace example code in mllib-dimensionality-red...Devaraj K2016-02-226-108/+316
* [SPARK-13422][SQL] Use HashedRelation instead of HashSet in Left Semi JoinsXiu Guo2016-02-223-81/+14
* [SPARK-12546][SQL] Change default number of open parquet filesMichael Armbrust2016-02-221-1/+1
* [SPARK-13413] Remove SparkContext.metricsSystemReynold Xin2016-02-222-8/+7
* [SPARK-10749][MESOS] Support multiple roles with mesos cluster mode.Timothy Chen2016-02-223-98/+170
* [SPARK-13334][ML] ML KMeansModel / BisectingKMeansModel / QuantileDiscretizer...Yanbo Liang2016-02-226-4/+8
* [SPARK-12632][PYSPARK][DOC] PySpark fpm and als parameter desc to consistent ...Bryan Cutler2016-02-227-101/+164
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-2236-55/+55
* [SPARK-13399][STREAMING] Fix checkpointsuite type erasure warningsHolden Karau2016-02-221-6/+13
* [SPARK-12153][SPARK-7617][MLLIB] add support of arbitrary length sentence and...Yong Gang Cao2016-02-223-44/+44
* [SPARK-13186][STREAMING] migrate away from SynchronizedMapHuaxin Gao2016-02-225-41/+55
* [SPARK-13426][CORE] Remove the support of SIMRjerryshao2016-02-224-92/+5
* [SPARK-13379][MLLIB] Fix MLlib LogisticRegressionWithLBFGS set regularization...Yanbo Liang2016-02-212-2/+350
* [HOTFIX] Fix compilation breakReynold Xin2016-02-211-3/+2
* [SPARK-13381][SQL] Support for loading CSV with a single function callhyukjinkwon2016-02-213-3/+23
* [SPARK-13321][SQL] Support nested UNION in parserLiang-Chi Hsieh2016-02-212-0/+84
* [SPARK-3650][GRAPHX] Triangle Count handles reverse edges incorrectlyRobin East2016-02-214-23/+76
* [SPARK-13410][SQL] Support unionAll for DataFrames with UDT columns.Franklyn D'souza2016-02-214-1/+50
* [SPARK-13271][SQL] Better error message if 'path' is not specifiedShixiong Zhu2016-02-213-6/+13
* [SPARK-13405][STREAMING][TESTS] Make sure no messages leak to the next testShixiong Zhu2016-02-211-0/+2
* [MINOR][DOCS] Fix typos in `configuration.md` and `hardware-provisioning.md`Dongjoon Hyun2016-02-212-6/+6
* [SPARK-13080][SQL] Implement new Catalog API using HiveAndrew Or2016-02-2121-700/+1483
* [SPARK-13137][SQL] NullPoingException in schema inference for CSV when the fi...hyukjinkwon2016-02-213-8/+8
* [SPARK-13136][SQL] Create a dedicated Broadcast exchange operatorHerman van Hovell2016-02-2127-433/+658
* [SPARK-13306][SQL] Addendum to uncorrelated scalar subqueryReynold Xin2016-02-216-70/+61
* [SPARK-13420][SQL] Rename Subquery logical plan to SubqueryAliasReynold Xin2016-02-2130-83/+83
* [SPARK-13248][STREAMING] Remove deprecated Streaming APIs.Luciano Resende2016-02-218-239/+22
* [SPARK-12799] Simplify various string output for expressionsCheng Lian2016-02-2149-278/+402
* [SPARK-13416][GraphX] Add positive check for option 'numIter' in StronglyConn...Zheng RuiFeng2016-02-211-1/+1
* [SPARK-13306] [SQL] uncorrelated scalar subqueryDavies Liu2016-02-2016-12/+391
* [SPARK-13310] [SQL] Resolve Missing Sorting Columns in Generategatorsmile2016-02-203-14/+57
* [SPARK-13414][MESOS] Allow multiple dispatchers to be launched.Timothy Chen2016-02-202-2/+10
* [SPARK-13386][GRAPHX] ConnectedComponents should support maxIteration optionZheng RuiFeng2016-02-202-6/+32
* [SPARK-13302][PYSPARK][TESTS] Move the temp file creation and cleanup outside...Holden Karau2016-02-203-33/+42
* [SPARK-13408] [CORE] Ignore errors when it's already reported in JobWaiterShixiong Zhu2016-02-192-3/+49
* Revert "[SPARK-12567] [SQL] Add aes_{encrypt,decrypt} UDFs"Reynold Xin2016-02-196-272/+0
* [SPARK-12567] [SQL] Add aes_{encrypt,decrypt} UDFsKai Jiang2016-02-196-0/+272
* [SPARK-12594] [SQL] Outer Join Elimination by Filter Conditionsgatorsmile2016-02-194-2/+302
* [SPARK-13407] Guard against garbage-collected accumulators in TaskMetrics.fro...Josh Rosen2016-02-192-32/+33
* [SPARK-13091][SQL] Rewrite/Propagate constraints for AliasesSameer Agarwal2016-02-192-1/+39