spark git commit: [SPARK-16027][SPARKR] Fix R tests SparkSession init/stop

2016-07-17 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 7b8475803 -> d27fe9ba6 [SPARK-16027][SPARKR] Fix R tests SparkSession init/stop ## What changes were proposed in this pull request? Fix R SparkSession init/stop, and warnings of reusing existing Spark Context ## How was this patch tested?

spark git commit: [SPARK-16588][SQL] Deprecate monotonicallyIncreasingId in Scala/Java

2016-07-17 Thread rxin
Repository: spark Updated Branches: refs/heads/master d27fe9ba6 -> 480c87064 [SPARK-16588][SQL] Deprecate monotonicallyIncreasingId in Scala/Java This patch deprecates monotonicallyIncreasingId in Scala/Java, as done in Python. This patch was originally written by HyukjinKwon. Closes #14236.

spark git commit: [SPARK-16588][SQL] Deprecate monotonicallyIncreasingId in Scala/Java

2016-07-17 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 a4bf13a74 -> 808d69aaa [SPARK-16588][SQL] Deprecate monotonicallyIncreasingId in Scala/Java This patch deprecates monotonicallyIncreasingId in Scala/Java, as done in Python. This patch was originally written by HyukjinKwon. Closes #14