File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
main/scala/org/apache/spark/deploy
test/scala/org/apache/spark/deploy
yarn/src/test/scala/org/apache/spark/deploy/yarn Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1818package org .apache .spark .deploy
1919
2020import java .io ._
21- import java .net .URI
2221import java .util .jar .JarFile
2322import java .util .logging .Level
2423import java .util .zip .{ZipEntry , ZipOutputStream }
2524
25+ import scala .collection .JavaConversions ._
26+
2627import com .google .common .io .{ByteStreams , Files }
2728
2829import org .apache .spark .{SparkException , Logging }
2930import org .apache .spark .api .r .RUtils
3031import org .apache .spark .util .{RedirectThread , Utils }
3132
32- import scala .collection .JavaConversions ._
33-
3433private [deploy] object RPackageUtils extends Logging {
3534
3635 /** The key in the MANIFEST.mf that we look for, in case a jar contains R code. */
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ class SparkSubmitSuite
365365 }
366366
367367 test(" correctly builds R packages included in a jar with --packages" ) {
368- // TODO: Building a package to $SPARK_HOME/R/lib is unavailable on Jenkins.
368+ // TODO(SPARK-9603) : Building a package to $SPARK_HOME/R/lib is unavailable on Jenkins.
369369 // It's hard to write the test in SparkR (because we can't create the repository dynamically)
370370 /*
371371 assume(RUtils.isRInstalled, "R isn't installed on this machine.")
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ import java.net.URL
2222import java .util .Properties
2323import java .util .concurrent .TimeUnit
2424
25- import org .apache .spark .deploy .IvyTestUtils
26- import org .apache .spark .deploy .SparkSubmitUtils .MavenCoordinate
27-
2825import scala .collection .JavaConversions ._
2926import scala .collection .mutable
3027
You can’t perform that action at this time.
0 commit comments