spark git commit: [SPARK-19359][SQL] clear useless path after rename a partition with upper-case by HiveExternalCatalog

2017-01-27 Thread lixiao
Repository: spark Updated Branches: refs/heads/master bb1a1fe05 -> 1b5ee2003 [SPARK-19359][SQL] clear useless path after rename a partition with upper-case by HiveExternalCatalog ## What changes were proposed in this pull request? Hive metastore is not case preserving and keep partition

spark git commit: [SPARK-19336][ML][PYSPARK] LinearSVC Python API

2017-01-27 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 21aa8c32b -> bb1a1fe05 [SPARK-19336][ML][PYSPARK] LinearSVC Python API ## What changes were proposed in this pull request? Add Python API for the newly added LinearSVC algorithm. ## How was this patch tested? Add new doc string test.

spark git commit: [SPARK-19365][CORE] Optimize RequestMessage serialization

2017-01-27 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master a7ab6f9a8 -> 21aa8c32b [SPARK-19365][CORE] Optimize RequestMessage serialization ## What changes were proposed in this pull request? Right now Netty PRC serializes `RequestMessage` using Java serialization, and the size of a single

spark git commit: [SPARK-19324][SPARKR] Spark VJM stdout output is getting dropped in SparkR

2017-01-27 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-2.1 4002ee97d -> 9a49f9afa [SPARK-19324][SPARKR] Spark VJM stdout output is getting dropped in SparkR ## What changes were proposed in this pull request? This affects mostly running job from the driver in client mode when results are

spark git commit: [SPARK-19324][SPARKR] Spark VJM stdout output is getting dropped in SparkR

2017-01-27 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 385d73848 -> a7ab6f9a8 [SPARK-19324][SPARKR] Spark VJM stdout output is getting dropped in SparkR ## What changes were proposed in this pull request? This affects mostly running job from the driver in client mode when results are

spark git commit: [SPARK-19333][SPARKR] Add Apache License headers to R files

2017-01-27 Thread felixcheung
Repository: spark Updated Branches: refs/heads/branch-2.1 ba2a5ada4 -> 4002ee97d [SPARK-19333][SPARKR] Add Apache License headers to R files ## What changes were proposed in this pull request? add header ## How was this patch tested? Manual run to check vignettes html is created properly

spark git commit: [SPARK-19333][SPARKR] Add Apache License headers to R files

2017-01-27 Thread felixcheung
Repository: spark Updated Branches: refs/heads/branch-2.0 93d588756 -> b41294bb8 [SPARK-19333][SPARKR] Add Apache License headers to R files ## What changes were proposed in this pull request? add header ## How was this patch tested? Manual run to check vignettes html is created properly

spark git commit: [SPARK-19333][SPARKR] Add Apache License headers to R files

2017-01-27 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 4e35c5a3d -> 385d73848 [SPARK-19333][SPARKR] Add Apache License headers to R files ## What changes were proposed in this pull request? add header ## How was this patch tested? Manual run to check vignettes html is created properly

spark git commit: [SPARK-19220][UI] Make redirection to HTTPS apply to all URIs. (branch-2.0)

2017-01-27 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.0 48a8dc8b8 -> 93d588756 [SPARK-19220][UI] Make redirection to HTTPS apply to all URIs. (branch-2.0) The redirect handler was installed only for the root of the server; any other context ended up being served directly through the HTTP

spark git commit: [SPARK-12970][DOCS] Fix the example in SturctType APIs for Scala and Java

2017-01-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master 4172ff80d -> 4e35c5a3d [SPARK-12970][DOCS] Fix the example in SturctType APIs for Scala and Java ## What changes were proposed in this pull request? This PR fixes both, javadoc8 break ``` [error]