Repository: spark
Updated Branches:
  refs/heads/master fd14936be -> ea6f53e48


[SPARKR][HOTFIX] Disable flaky SparkR package build test

See https://github.com/apache/spark/pull/9390#issuecomment-157160063 and 
https://gist.github.com/shivaram/3a2fecce60768a603dac for more information

Author: Shivaram Venkataraman <shiva...@cs.berkeley.edu>

Closes #9744 from shivaram/sparkr-package-test-disable.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ea6f53e4
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ea6f53e4
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ea6f53e4

Branch: refs/heads/master
Commit: ea6f53e48a911b49dc175ccaac8c80e0a1d97a09
Parents: fd14936
Author: Shivaram Venkataraman <shiva...@cs.berkeley.edu>
Authored: Mon Nov 16 16:57:50 2015 -0800
Committer: Andrew Or <and...@databricks.com>
Committed: Mon Nov 16 16:57:50 2015 -0800

----------------------------------------------------------------------
 .../test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/ea6f53e4/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
----------------------------------------------------------------------
diff --git a/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala 
b/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
index 42e748e..d494b0c 100644
--- a/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
+++ b/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
@@ -369,7 +369,9 @@ class SparkSubmitSuite
     }
   }
 
-  test("correctly builds R packages included in a jar with --packages") {
+  // TODO(SPARK-9603): Building a package is flaky on Jenkins Maven builds.
+  // See https://gist.github.com/shivaram/3a2fecce60768a603dac for a error log
+  ignore("correctly builds R packages included in a jar with --packages") {
     assume(RUtils.isRInstalled, "R isn't installed on this machine.")
     val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
     val sparkHome = sys.props.getOrElse("spark.test.home", 
fail("spark.test.home is not set!"))


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to