[GitHub] spark pull request #16305: [SPARK-18895][TESTS] Fix resource-closing-related...

2016-12-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16305 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #16305: [SPARK-18895][TESTS] Fix resource-closing-related...

2016-12-16 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/16305#discussion_r92912445 --- Diff: core/src/main/scala/org/apache/spark/deploy/RPackageUtils.scala --- @@ -231,8 +236,10 @@ private[deploy] object RPackageUtils extends Logging

[GitHub] spark pull request #16305: [SPARK-18895][TESTS] Fix resource-closing-related...

2016-12-16 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/16305#discussion_r92912156 --- Diff: core/src/main/scala/org/apache/spark/deploy/RPackageUtils.scala --- @@ -231,8 +236,10 @@ private[deploy] object RPackageUtils extends Logging

[GitHub] spark pull request #16305: [SPARK-18895][TESTS] Fix resource-closing-related...

2016-12-16 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/16305#discussion_r92911599 --- Diff: core/src/main/scala/org/apache/spark/deploy/RPackageUtils.scala --- @@ -231,8 +236,10 @@ private[deploy] object RPackageUtils extends Logging {

[GitHub] spark pull request #16305: [SPARK-18895][TESTS] Fix resource-closing-related...

2016-12-16 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/16305#discussion_r92911442 --- Diff: core/src/main/scala/org/apache/spark/deploy/RPackageUtils.scala --- @@ -231,8 +236,10 @@ private[deploy] object RPackageUtils extends Logging

[GitHub] spark pull request #16305: [SPARK-18895][TESTS] Fix resource-closing-related...

2016-12-16 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/16305#discussion_r92910061 --- Diff: core/src/main/scala/org/apache/spark/deploy/RPackageUtils.scala --- @@ -231,8 +236,10 @@ private[deploy] object RPackageUtils extends Logging

[GitHub] spark pull request #16305: [SPARK-18895][TESTS] Fix resource-closing-related...

2016-12-16 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/16305#discussion_r92878088 --- Diff: core/src/main/scala/org/apache/spark/deploy/RPackageUtils.scala --- @@ -231,8 +236,10 @@ private[deploy] object RPackageUtils extends Logging {

[GitHub] spark pull request #16305: [SPARK-18895][TESTS] Fix resource-closing-related...

2016-12-15 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/16305#discussion_r92762998 --- Diff: core/src/main/scala/org/apache/spark/deploy/RPackageUtils.scala --- @@ -231,8 +236,10 @@ private[deploy] object RPackageUtils extends Logging

[GitHub] spark pull request #16305: [SPARK-18895][TESTS] Fix resource-closing-related...

2016-12-15 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/16305#discussion_r92761800 --- Diff: core/src/main/scala/org/apache/spark/deploy/RPackageUtils.scala --- @@ -231,8 +236,10 @@ private[deploy] object RPackageUtils extends Logging

[GitHub] spark pull request #16305: [SPARK-18895][TESTS] Fix resource-closing-related...

2016-12-15 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/16305#discussion_r92761717 --- Diff: core/src/main/scala/org/apache/spark/deploy/RPackageUtils.scala --- @@ -176,26 +176,31 @@ private[deploy] object RPackageUtils extends Logging

[GitHub] spark pull request #16305: [SPARK-18895][TESTS] Fix resource-closing-related...

2016-12-15 Thread HyukjinKwon
GitHub user HyukjinKwon opened a pull request: https://github.com/apache/spark/pull/16305 [SPARK-18895][TESTS] Fix resource-closing-related and path-related test failures in identified ones on Windows ## What changes were proposed in this pull request? There are several