spark git commit: [SPARK-16966][SQL][CORE] App Name is a randomUUID even when "spark.app.name" exists

2016-08-13 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 a21ecc996 -> 750f88045 [SPARK-16966][SQL][CORE] App Name is a randomUUID even when "spark.app.name" exists ## What changes were proposed in this pull request? Don't override app name specified in `SparkConf` with a random app name.

spark git commit: [SPARK-16966][SQL][CORE] App Name is a randomUUID even when "spark.app.name" exists

2016-08-13 Thread rxin
Repository: spark Updated Branches: refs/heads/master 67f025d90 -> cdaa562c9 [SPARK-16966][SQL][CORE] App Name is a randomUUID even when "spark.app.name" exists ## What changes were proposed in this pull request? Don't override app name specified in `SparkConf` with a random app name. Only

spark git commit: Change check for particular missing file message to accommodate the message that would occur, it seems, only in Hadoop 1.x (and therefore in Spark 1.x)

2016-08-13 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 909231d7a -> 8a2b8fcbb Change check for particular missing file message to accommodate the message that would occur, it seems, only in Hadoop 1.x (and therefore in Spark 1.x) Project: http://git-wip-us.apache.org/repos/asf/spark/repo

spark git commit: [SPARK-17023][BUILD] Upgrade to Kafka 0.10.0.1 release

2016-08-13 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 38378f59f -> a21ecc996 [SPARK-17023][BUILD] Upgrade to Kafka 0.10.0.1 release ## What changes were proposed in this pull request? Update Kafka streaming connector to use Kafka 0.10.0.1 release ## How was this patch tested? Tested via

spark git commit: [SPARK-17023][BUILD] Upgrade to Kafka 0.10.0.1 release

2016-08-13 Thread srowen
Repository: spark Updated Branches: refs/heads/master 8c8acdec9 -> 67f025d90 [SPARK-17023][BUILD] Upgrade to Kafka 0.10.0.1 release ## What changes were proposed in this pull request? Update Kafka streaming connector to use Kafka 0.10.0.1 release ## How was this patch tested? Tested via

spark git commit: [SPARK-16968] Add additional options in jdbc when creating a new table

2016-08-13 Thread srowen
Repository: spark Updated Branches: refs/heads/master 7f7133bdc -> 8c8acdec9 [SPARK-16968] Add additional options in jdbc when creating a new table ## What changes were proposed in this pull request? In the PR, we just allow the user to add additional options when create a new table in JDBC

spark git commit: [MINOR][CORE] fix warnings on depreciated methods in MesosClusterSchedulerSuite and DiskBlockObjectWriterSuite

2016-08-13 Thread srowen
Repository: spark Updated Branches: refs/heads/master e46cb78b3 -> 7f7133bdc [MINOR][CORE] fix warnings on depreciated methods in MesosClusterSchedulerSuite and DiskBlockObjectWriterSuite ## What changes were proposed in this pull request? Fixed warnings below after scanning through

spark git commit: [SPARK-12370][DOCUMENTATION] Documentation should link to examples …

2016-08-13 Thread srowen
Repository: spark Updated Branches: refs/heads/master 91f2735a1 -> e46cb78b3 [SPARK-12370][DOCUMENTATION] Documentation should link to examples … ## What changes were proposed in this pull request? When documentation is built is should reference examples from the same build. There are

spark git commit: [SPARK-12370][DOCUMENTATION] Documentation should link to examples …

2016-08-13 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 bde94cd71 -> 38378f59f [SPARK-12370][DOCUMENTATION] Documentation should link to examples … ## What changes were proposed in this pull request? When documentation is built is should reference examples from the same build. There are