spark git commit: [SPARK-20208][R][DOCS] Document R fpGrowth support

2017-04-18 Thread felixcheung
Repository: spark Updated Branches: refs/heads/branch-2.2 a33d44805 -> ef6923f7e [SPARK-20208][R][DOCS] Document R fpGrowth support ## What changes were proposed in this pull request? Document fpGrowth in: - vignettes - programming guide - code example ## How was this patch tested?

spark git commit: [SPARK-20208][R][DOCS] Document R fpGrowth support

2017-04-18 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master e468a96c4 -> 702d85af2 [SPARK-20208][R][DOCS] Document R fpGrowth support ## What changes were proposed in this pull request? Document fpGrowth in: - vignettes - programming guide - code example ## How was this patch tested? Manual

spark git commit: [SPARK-20254][SQL] Remove unnecessary data conversion for Dataset with primitive array

2017-04-18 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.2 6a25d391f -> a33d44805 [SPARK-20254][SQL] Remove unnecessary data conversion for Dataset with primitive array ## What changes were proposed in this pull request? This PR elminates unnecessary data conversion, which is introduced by

spark git commit: [SPARK-20254][SQL] Remove unnecessary data conversion for Dataset with primitive array

2017-04-18 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 74aa0df8f -> e468a96c4 [SPARK-20254][SQL] Remove unnecessary data conversion for Dataset with primitive array ## What changes were proposed in this pull request? This PR elminates unnecessary data conversion, which is introduced by

spark git commit: [SPARK-20377][SS] Fix JavaStructuredSessionization example

2017-04-18 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-2.2 7dbc0a910 -> 6a25d391f [SPARK-20377][SS] Fix JavaStructuredSessionization example ## What changes were proposed in this pull request? Extra accessors in java bean class causes incorrect encoder generation, which corrupted the state

spark git commit: [SPARK-20377][SS] Fix JavaStructuredSessionization example

2017-04-18 Thread tdas
Repository: spark Updated Branches: refs/heads/master f654b39a6 -> 74aa0df8f [SPARK-20377][SS] Fix JavaStructuredSessionization example ## What changes were proposed in this pull request? Extra accessors in java bean class causes incorrect encoder generation, which corrupted the state when

spark git commit: [SPARK-20360][PYTHON] reprs for interpreters

2017-04-18 Thread holden
Repository: spark Updated Branches: refs/heads/branch-2.2 ecf5605a1 -> 7dbc0a910 [SPARK-20360][PYTHON] reprs for interpreters ## What changes were proposed in this pull request? Establishes a very minimal `_repr_html_` for PySpark's `SparkContext`. ## How was this patch tested? nteract:

spark git commit: [SPARK-20360][PYTHON] reprs for interpreters

2017-04-18 Thread holden
Repository: spark Updated Branches: refs/heads/master 1f81dda37 -> f654b39a6 [SPARK-20360][PYTHON] reprs for interpreters ## What changes were proposed in this pull request? Establishes a very minimal `_repr_html_` for PySpark's `SparkContext`. ## How was this patch tested? nteract:

spark git commit: [SPARK-20354][CORE][REST-API] When I request access to the 'http: //ip:port/api/v1/applications' link, return 'sparkUser' is empty in REST API.

2017-04-18 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.2 321b4f03b -> ecf5605a1 [SPARK-20354][CORE][REST-API] When I request access to the 'http: //ip:port/api/v1/applications' link, return 'sparkUser' is empty in REST API. ## What changes were proposed in this pull request? When I request

spark git commit: [SPARK-20354][CORE][REST-API] When I request access to the 'http: //ip:port/api/v1/applications' link, return 'sparkUser' is empty in REST API.

2017-04-18 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 321b4f03b -> 1f81dda37 [SPARK-20354][CORE][REST-API] When I request access to the 'http: //ip:port/api/v1/applications' link, return 'sparkUser' is empty in REST API. ## What changes were proposed in this pull request? When I request

spark git commit: [SPARK-20366][SQL] Fix recursive join reordering: inside joins are not reordered

2017-04-18 Thread wenchen
Repository: spark Updated Branches: refs/heads/master d4f10cbbe -> 321b4f03b [SPARK-20366][SQL] Fix recursive join reordering: inside joins are not reordered ## What changes were proposed in this pull request? If a plan has multi-level successive joins, e.g.: ``` Join / \

spark git commit: [SPARK-20343][BUILD] Force Avro 1.7.7 in sbt build to resolve build failure in SBT Hadoop 2.6 master on Jenkins

2017-04-18 Thread srowen
Repository: spark Updated Branches: refs/heads/master 07fd94e0d -> d4f10cbbe [SPARK-20343][BUILD] Force Avro 1.7.7 in sbt build to resolve build failure in SBT Hadoop 2.6 master on Jenkins ## What changes were proposed in this pull request? This PR proposes to force Avro's version to 1.7.7

spark git commit: [SPARK-20344][SCHEDULER] Duplicate call in FairSchedulableBuilder.addTaskSetManager

2017-04-18 Thread srowen
Repository: spark Updated Branches: refs/heads/master b0a1e93e9 -> 07fd94e0d [SPARK-20344][SCHEDULER] Duplicate call in FairSchedulableBuilder.addTaskSetManager ## What changes were proposed in this pull request? Eliminate the duplicate call to `Pool.getSchedulableByName()` in

spark-website git commit: Oops, forgot to add new generated HTML post

2017-04-18 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site cc799c06f -> aa1c66e42 Oops, forgot to add new generated HTML post Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/aa1c66e4 Tree:

[1/3] spark-website git commit: Alternate commit of PR 44 -- add new Spark Summits

2017-04-18 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site fe9e3a88c -> cc799c06f http://git-wip-us.apache.org/repos/asf/spark-website/blob/cc799c06/site/releases/spark-release-1-6-3.html -- diff --git

[3/3] spark-website git commit: Alternate commit of PR 44 -- add new Spark Summits

2017-04-18 Thread srowen
Alternate commit of PR 44 -- add new Spark Summits Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/cc799c06 Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/cc799c06 Diff:

spark git commit: [SPARK-17647][SQL][FOLLOWUP][MINOR] fix typo

2017-04-18 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 33ea908af -> b0a1e93e9 [SPARK-17647][SQL][FOLLOWUP][MINOR] fix typo ## What changes were proposed in this pull request? fix typo ## How was this patch tested? manual Author: Felix Cheung Closes #17663 from