spark git commit: [SPARK-17090][ML] Make tree aggregation level in linear/logistic regression configurable

2016-08-20 Thread dbtsai
Repository: spark Updated Branches: refs/heads/master 9f37d4eac -> 61ef74f22 [SPARK-17090][ML] Make tree aggregation level in linear/logistic regression configurable ## What changes were proposed in this pull request? Linear/logistic regression use treeAggregate with default depth (always =

spark git commit: [SPARK-12666][CORE] SparkSubmit packages fix for when 'default' conf doesn't exist in dependent module

2016-08-20 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-2.0 24dd9a702 -> faff9297d [SPARK-12666][CORE] SparkSubmit packages fix for when 'default' conf doesn't exist in dependent module ## What changes were proposed in this pull request? Adding a "(runtime)" to the dependency configuration wil

spark git commit: [SPARK-12666][CORE] SparkSubmit packages fix for when 'default' conf doesn't exist in dependent module

2016-08-20 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 9560c8d29 -> 9f37d4eac [SPARK-12666][CORE] SparkSubmit packages fix for when 'default' conf doesn't exist in dependent module ## What changes were proposed in this pull request? Adding a "(runtime)" to the dependency configuration will se

spark git commit: [SPARK-17124][SQL] RelationalGroupedDataset.agg should preserve order and allow multiple aggregates per column

2016-08-20 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 4c4c2753b -> 24dd9a702 [SPARK-17124][SQL] RelationalGroupedDataset.agg should preserve order and allow multiple aggregates per column ## What changes were proposed in this pull request? This patch fixes a longstanding issue with one of

spark git commit: [SPARK-17124][SQL] RelationalGroupedDataset.agg should preserve order and allow multiple aggregates per column

2016-08-20 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 31a015572 -> 9560c8d29 [SPARK-17124][SQL] RelationalGroupedDataset.agg should preserve order and allow multiple aggregates per column ## What changes were proposed in this pull request? This patch fixes a longstanding issue with one of the

spark git commit: [SPARK-17104][SQL] LogicalRelation.newInstance should follow the semantics of MultiInstanceRelation

2016-08-20 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 f7458c71d -> 4c4c2753b [SPARK-17104][SQL] LogicalRelation.newInstance should follow the semantics of MultiInstanceRelation ## What changes were proposed in this pull request? Currently `LogicalRelation.newInstance()` simply creates an

spark git commit: [SPARK-17104][SQL] LogicalRelation.newInstance should follow the semantics of MultiInstanceRelation

2016-08-20 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 3e5fdeb3f -> 31a015572 [SPARK-17104][SQL] LogicalRelation.newInstance should follow the semantics of MultiInstanceRelation ## What changes were proposed in this pull request? Currently `LogicalRelation.newInstance()` simply creates anothe

spark git commit: [SPARKR][EXAMPLE] change example APP name

2016-08-20 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 01401e965 -> 3e5fdeb3f [SPARKR][EXAMPLE] change example APP name ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) For R SQL example, appname is "MyApp". While examples in scala, Java and p

spark git commit: [SPARK-16508][SPARKR] Fix CRAN undocumented/duplicated arguments warnings.

2016-08-20 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 39f328ba3 -> 01401e965 [SPARK-16508][SPARKR] Fix CRAN undocumented/duplicated arguments warnings. ## What changes were proposed in this pull request? This PR tries to fix all the remaining "undocumented/duplicated arguments" warnings give