We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a9662 commit efe9c36Copy full SHA for efe9c36
core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
@@ -369,6 +369,9 @@ class SparkSubmitSuite
369
}
370
371
372
+ // TODO(SPARK-9603): Building a package is flaky on Jenkins Maven builds.
373
+ // See https://gist.github.com/shivaram/3a2fecce60768a603dac for a error log
374
+ /*
375
test("correctly builds R packages included in a jar with --packages") {
376
assume(RUtils.isRInstalled, "R isn't installed on this machine.")
377
val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
@@ -388,6 +391,7 @@ class SparkSubmitSuite
388
391
runSparkSubmit(args)
389
392
390
393
394
+ */
395
396
test("resolves command line argument paths correctly") {
397
val jars = "/jar1,/jar2" // --jars
0 commit comments