spark git commit: [SPARK-21991][LAUNCHER][FOLLOWUP] Fix java lint

2017-10-25 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.0 8e71b19f3 -> 28c015133 [SPARK-21991][LAUNCHER][FOLLOWUP] Fix java lint ## What changes were proposed in this pull request? Fix java lint ## How was this patch tested? Run `./dev/lint-java` Author: Andrew Ash Closes #19574 from ash

spark git commit: [SPARK-21991][LAUNCHER][FOLLOWUP] Fix java lint

2017-10-25 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 841f1d776 -> 5433be44c [SPARK-21991][LAUNCHER][FOLLOWUP] Fix java lint ## What changes were proposed in this pull request? Fix java lint ## How was this patch tested? Run `./dev/lint-java` Author: Andrew Ash Closes #19574 from ash211/

spark git commit: [SPARK-21991][LAUNCHER][FOLLOWUP] Fix java lint

2017-10-25 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.1 dc09714a0 -> 3e77b7481 [SPARK-21991][LAUNCHER][FOLLOWUP] Fix java lint ## What changes were proposed in this pull request? Fix java lint ## How was this patch tested? Run `./dev/lint-java` Author: Andrew Ash Closes #19574 from ash

spark git commit: [SPARK-21991][LAUNCHER][FOLLOWUP] Fix java lint

2017-10-25 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.2 35725f735 -> d2dc175a1 [SPARK-21991][LAUNCHER][FOLLOWUP] Fix java lint ## What changes were proposed in this pull request? Fix java lint ## How was this patch tested? Run `./dev/lint-java` Author: Andrew Ash Closes #19574 from ash

spark git commit: [SPARK-22332][ML][TEST] Fix NaiveBayes unit test occasionly fail (cause by test dataset not deterministic)

2017-10-25 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-2.2 9ed64048a -> 35725f735 [SPARK-22332][ML][TEST] Fix NaiveBayes unit test occasionly fail (cause by test dataset not deterministic) ## What changes were proposed in this pull request? Fix NaiveBayes unit test occasionly fail: Set seed f

spark git commit: [SPARK-22332][ML][TEST] Fix NaiveBayes unit test occasionly fail (cause by test dataset not deterministic)

2017-10-25 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master b377ef133 -> 841f1d776 [SPARK-22332][ML][TEST] Fix NaiveBayes unit test occasionly fail (cause by test dataset not deterministic) ## What changes were proposed in this pull request? Fix NaiveBayes unit test occasionly fail: Set seed for `

spark git commit: [SPARK-22227][CORE] DiskBlockManager.getAllBlocks now tolerates temp files

2017-10-25 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.2 4c1a8682e -> 9ed64048a [SPARK-7][CORE] DiskBlockManager.getAllBlocks now tolerates temp files Prior to this commit getAllBlocks implicitly assumed that the directories managed by the DiskBlockManager contain only the files correspon

spark git commit: [SPARK-22227][CORE] DiskBlockManager.getAllBlocks now tolerates temp files

2017-10-25 Thread wenchen
Repository: spark Updated Branches: refs/heads/master d212ef14b -> b377ef133 [SPARK-7][CORE] DiskBlockManager.getAllBlocks now tolerates temp files ## What changes were proposed in this pull request? Prior to this commit getAllBlocks implicitly assumed that the directories managed by the

spark git commit: [SPARK-22341][YARN] Impersonate correct user when preparing resources.

2017-10-25 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 6ea8a56ca -> d212ef14b [SPARK-22341][YARN] Impersonate correct user when preparing resources. The bug was introduced in SPARK-22290, which changed how the app's user is impersonated in the AM. The changed missed an initialization function t

spark git commit: [SPARK-21991][LAUNCHER] Fix race condition in LauncherServer#acceptConnections

2017-10-25 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.0 a96fbd8b8 -> 8e71b19f3 [SPARK-21991][LAUNCHER] Fix race condition in LauncherServer#acceptConnections ## What changes were proposed in this pull request? This patch changes the order in which _acceptConnections_ starts the client threa

spark git commit: [SPARK-21991][LAUNCHER] Fix race condition in LauncherServer#acceptConnections

2017-10-25 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.2 daa838b88 -> 4c1a8682e [SPARK-21991][LAUNCHER] Fix race condition in LauncherServer#acceptConnections ## What changes were proposed in this pull request? This patch changes the order in which _acceptConnections_ starts the client threa

spark git commit: [SPARK-21991][LAUNCHER] Fix race condition in LauncherServer#acceptConnections

2017-10-25 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.1 5a4072b2c -> dc09714a0 [SPARK-21991][LAUNCHER] Fix race condition in LauncherServer#acceptConnections ## What changes were proposed in this pull request? This patch changes the order in which _acceptConnections_ starts the client threa

spark git commit: [SPARK-21991][LAUNCHER] Fix race condition in LauncherServer#acceptConnections

2017-10-25 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 3d43a9f93 -> 6ea8a56ca [SPARK-21991][LAUNCHER] Fix race condition in LauncherServer#acceptConnections ## What changes were proposed in this pull request? This patch changes the order in which _acceptConnections_ starts the client thread an

spark git commit: [SPARK-22349] In on-heap mode, when allocating memory from pool, we should fill memory with `MEMORY_DEBUG_FILL_CLEAN_VALUE`

2017-10-25 Thread sameerag
Repository: spark Updated Branches: refs/heads/master 1051ebec7 -> 3d43a9f93 [SPARK-22349] In on-heap mode, when allocating memory from pool,we should fill memory with `MEMORY_DEBUG_FILL_CLEAN_VALUE` ## What changes were proposed in this pull request? In on-heap mode, when allocating memory f

spark git commit: [SPARK-20783][SQL][FOLLOW-UP] Create ColumnVector to abstract existing compressed column

2017-10-25 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 6c6950839 -> 1051ebec7 [SPARK-20783][SQL][FOLLOW-UP] Create ColumnVector to abstract existing compressed column ## What changes were proposed in this pull request? Removed one unused method. ## How was this patch tested? Existing tests.

spark git commit: [SPARK-22322][CORE] Update FutureAction for compatibility with Scala 2.12 Future

2017-10-25 Thread srowen
Repository: spark Updated Branches: refs/heads/master 427359f07 -> 6c6950839 [SPARK-22322][CORE] Update FutureAction for compatibility with Scala 2.12 Future ## What changes were proposed in this pull request? Scala 2.12's `Future` defines two new methods to implement, `transform` and `trans

spark-website git commit: Remove use of s3 cloudfront mirror for downloads; other minor fixes

2017-10-25 Thread holden
Repository: spark-website Updated Branches: refs/heads/asf-site bdb87e97c -> 853627da6 Remove use of s3 cloudfront mirror for downloads; other minor fixes Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/853