spark git commit: Small doc fix for ReuseSubquery.

2017-04-04 Thread rxin
Repository: spark Updated Branches: refs/heads/master c1b8b6675 -> b6e71032d Small doc fix for ReuseSubquery. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b6e71032 Tree:

spark git commit: [SPARKR][DOC] update doc for fpgrowth

2017-04-04 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master b28bbffba -> c1b8b6675 [SPARKR][DOC] update doc for fpgrowth ## What changes were proposed in this pull request? minor update zero323 Author: Felix Cheung Closes #17526 from felixcheung/rfpgrowthfollowup.

spark git commit: [SPARK-20003][ML] FPGrowthModel setMinConfidence should affect rules generation and transform

2017-04-04 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master a59759e6c -> b28bbffba [SPARK-20003][ML] FPGrowthModel setMinConfidence should affect rules generation and transform ## What changes were proposed in this pull request? jira: https://issues.apache.org/jira/browse/SPARK-20003 I was doing

spark git commit: [SPARK-20183][ML] Added outlierRatio arg to MLTestingUtils.testOutliersWithSmallWeights

2017-04-04 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 295747e59 -> a59759e6c [SPARK-20183][ML] Added outlierRatio arg to MLTestingUtils.testOutliersWithSmallWeights ## What changes were proposed in this pull request? This is a small piece from https://github.com/apache/spark/pull/16722

spark git commit: [SPARK-19716][SQL] support by-name resolution for struct type elements in array

2017-04-04 Thread lian
Repository: spark Updated Branches: refs/heads/master 402bf2a50 -> 295747e59 [SPARK-19716][SQL] support by-name resolution for struct type elements in array ## What changes were proposed in this pull request? Previously when we construct deserializer expression for array type, we will first

[2/2] spark git commit: [SPARK-20204][SQL] remove SimpleCatalystConf and CatalystConf type alias

2017-04-04 Thread rxin
[SPARK-20204][SQL] remove SimpleCatalystConf and CatalystConf type alias ## What changes were proposed in this pull request? This is a follow-up of https://github.com/apache/spark/pull/17285 . ## How was this patch tested? existing tests Author: Wenchen Fan Closes

[1/2] spark git commit: [SPARK-20204][SQL] remove SimpleCatalystConf and CatalystConf type alias

2017-04-04 Thread rxin
Repository: spark Updated Branches: refs/heads/master 0e2ee8204 -> 402bf2a50 http://git-wip-us.apache.org/repos/asf/spark/blob/402bf2a5/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/plans/PlanTest.scala -- diff

spark git commit: [SPARK-20191][YARN] Crate wrapper for RackResolver so tests can override it.

2017-04-04 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.1 f9546dacb -> 00c124884 [SPARK-20191][YARN] Crate wrapper for RackResolver so tests can override it. Current test code tries to override the RackResolver used by setting configuration params, but because YARN libs statically initialize

spark git commit: [MINOR][R] Reorder `Collate` fields in DESCRIPTION file

2017-04-04 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 0736980f3 -> 0e2ee8204 [MINOR][R] Reorder `Collate` fields in DESCRIPTION file ## What changes were proposed in this pull request? It seems cran check scripts corrects `R/pkg/DESCRIPTION` and follows the order in `Collate` fields. This

spark git commit: [SPARK-18278][SCHEDULER] Documentation to point to Kubernetes cluster scheduler

2017-04-04 Thread rxin
Repository: spark Updated Branches: refs/heads/master 26e7bca22 -> 11238d4c6 [SPARK-18278][SCHEDULER] Documentation to point to Kubernetes cluster scheduler ## What changes were proposed in this pull request? Adding documentation to point to Kubernetes cluster scheduler being developed

spark git commit: [SPARK-20198][SQL] Remove the inconsistency in table/function name conventions in SparkSession.Catalog APIs

2017-04-04 Thread wenchen
Repository: spark Updated Branches: refs/heads/master c95fbea68 -> 26e7bca22 [SPARK-20198][SQL] Remove the inconsistency in table/function name conventions in SparkSession.Catalog APIs ### What changes were proposed in this pull request? Observed by felixcheung , in `SparkSession`.`Catalog`

spark git commit: [SPARK-20190][APP-ID] applications//jobs' in rest api,status should be [running|s…

2017-04-04 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.1 77700ea38 -> f9546dacb [SPARK-20190][APP-ID] applications//jobs' in rest api,status should be [running|s… …ucceeded|failed|unknown] ## What changes were proposed in this pull request? '/applications/[app-id]/jobs' in rest

spark git commit: [SPARK-20190][APP-ID] applications//jobs' in rest api,status should be [running|s…

2017-04-04 Thread srowen
Repository: spark Updated Branches: refs/heads/master b34f7665d -> c95fbea68 [SPARK-20190][APP-ID] applications//jobs' in rest api,status should be [running|s… …ucceeded|failed|unknown] ## What changes were proposed in this pull request? '/applications/[app-id]/jobs' in rest api.status

spark git commit: [SPARK-19825][R][ML] spark.ml R API for FPGrowth

2017-04-04 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 51d3c854c -> b34f7665d [SPARK-19825][R][ML] spark.ml R API for FPGrowth ## What changes were proposed in this pull request? Adds SparkR API for FPGrowth: [SPARK-19825](https://issues.apache.org/jira/browse/SPARK-19825): -

spark git commit: [SPARK-20067][SQL] Unify and Clean Up Desc Commands Using Catalog Interface

2017-04-04 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 3bfb639cb -> 51d3c854c [SPARK-20067][SQL] Unify and Clean Up Desc Commands Using Catalog Interface ### What changes were proposed in this pull request? This PR is to unify and clean up the outputs of `DESC EXTENDED/FORMATTED` and `SHOW