aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-13472] [SPARKR] Fix unstable Kmeans test in RLiang-Chi Hsieh2016-02-241-1/+1
* [SPARK-12759][Core][Spark should fail fast if --executor-memory is too small ...Daniel Jalova2016-02-242-2/+30
* [MINOR][MAINTENANCE] Fix typo for the pull request template.Rahul Tanwani2016-02-241-1/+1
* [SPARK-13431] [SQL] [test-maven] split keywords from ExpressionParser.gDavies Liu2016-02-233-196/+245
* [SPARK-13376] [SQL] improve column pruningDavies Liu2016-02-234-156/+187
* [SPARK-10759][ML] update cross validator with include_exampleJeremyNixon2016-02-232-1/+9
* [SPARK-13011] K-means wrapper in SparkRXusen Yin2016-02-236-8/+203
* [SPARK-6761][SQL][ML] Fixes to API and documentation of approximate quantilesTimothy Hunter2016-02-234-120/+150
* [SPARK-13373] [SQL] generate sort merge joinDavies Liu2016-02-2311-52/+360
* [SPARK-13329] [SQL] considering output for statistics of logical planDavies Liu2016-02-2311-56/+100
* [SPARK-13440][SQL] ObjectType should accept any ObjectType, If should not car...Michael Armbrust2016-02-236-8/+43
* [SPARK-7729][UI] Executor which has been killed should also be displayed on E...Lianhui Wang2016-02-2313-44/+108
* [SPARK-13338][ML] Allow setting 'degree' parameter to 1 for PolynomialExpansionGrzegorz Chilkiewicz2016-02-232-33/+41
* [SPARK-13364] Sort appId as num rather than str in history page.zhuol2016-02-232-2/+33
* [SPARK-13358] [SQL] Retrieve grep path when do benchmarkLiang-Chi Hsieh2016-02-231-1/+5
* [SPARK-13220][CORE] deprecate yarn-client and yarn-cluster modejerryshao2016-02-2310-56/+82
* [SPARK-13263][SQL] SQL Generation Support for Tablesamplegatorsmile2016-02-238-36/+103
* [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