spark git commit: Closes #11668

2016-03-13 Thread rxin
Repository: spark Updated Branches: refs/heads/master 184085284 -> e58fa19d1 Closes #11668 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e58fa19d Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/e58fa19d Diff:

[1/2] spark git commit: [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte[] conversions (and remaining Coverity items)

2016-03-13 Thread rxin
Repository: spark Updated Branches: refs/heads/master 473263f95 -> 184085284 http://git-wip-us.apache.org/repos/asf/spark/blob/18408528/mllib/src/main/scala/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala -- diff --git

[2/2] spark git commit: [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte[] conversions (and remaining Coverity items)

2016-03-13 Thread rxin
[SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte[] conversions (and remaining Coverity items) ## What changes were proposed in this pull request? - Fixes calls to `new String(byte[])` or `String.getBytes()` that rely on platform default encoding, to use UTF-8 -

spark git commit: [SPARK-13834][BUILD] Update sbt and sbt plugins for 2.x.

2016-03-13 Thread rxin
Repository: spark Updated Branches: refs/heads/master f3daa099b -> 473263f95 [SPARK-13834][BUILD] Update sbt and sbt plugins for 2.x. ## What changes were proposed in this pull request? For 2.0.0, we had better make **sbt** and **sbt plugins** up-to-date. This PR checks the status of each

spark git commit: [SQL] fix typo in DataSourceRegister

2016-03-13 Thread rxin
Repository: spark Updated Branches: refs/heads/master c7e68c396 -> f3daa099b [SQL] fix typo in DataSourceRegister ## What changes were proposed in this pull request? fix typo in DataSourceRegister ## How was this patch tested? found when going through latest code Author: Jacky Li

spark git commit: [SQL] fix typo in DataSourceRegister

2016-03-13 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.6 5e08db30d -> 3519ce9f1 [SQL] fix typo in DataSourceRegister ## What changes were proposed in this pull request? fix typo in DataSourceRegister ## How was this patch tested? found when going through latest code Author: Jacky Li

spark git commit: [SPARK-13812][SPARKR] Fix SparkR lint-r test errors.

2016-03-13 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 515e4afbc -> c7e68c396 [SPARK-13812][SPARKR] Fix SparkR lint-r test errors. ## What changes were proposed in this pull request? This PR fixes all newly captured SparkR lint-r errors after the lintr package is updated from github. ## How

spark git commit: [SPARK-13810][CORE] Add Port Configuration Suggestions on Bind Exceptions

2016-03-13 Thread srowen
Repository: spark Updated Branches: refs/heads/master db88d0204 -> 515e4afbc [SPARK-13810][CORE] Add Port Configuration Suggestions on Bind Exceptions ## What changes were proposed in this pull request? Currently, when a java.net.BindException is thrown, it displays the following message: