-
- Downloads
[SPARK-20815][SPARKR] NullPointerException in RPackageUtils#checkManifestForR
## What changes were proposed in this pull request? - Add a null check to RPackageUtils#checkManifestForR so that jars w/o manifests don't NPE. ## How was this patch tested? - Unit tests and manual tests. Author: James Shuster <jshuster@palantir.com> Closes #18040 from jrshust/feature/r-package-utils.
Showing
- core/src/main/scala/org/apache/spark/deploy/RPackageUtils.scala 3 additions, 0 deletions...rc/main/scala/org/apache/spark/deploy/RPackageUtils.scala
- core/src/test/scala/org/apache/spark/deploy/IvyTestUtils.scala 10 additions, 4 deletions...src/test/scala/org/apache/spark/deploy/IvyTestUtils.scala
- core/src/test/scala/org/apache/spark/deploy/RPackageUtilsSuite.scala 10 additions, 0 deletions...st/scala/org/apache/spark/deploy/RPackageUtilsSuite.scala
Please register or sign in to comment