You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Tomas Hudik (JIRA)" <ji...@apache.org> on 2014/12/20 15:09:13 UTC

[jira] [Created] (SPARK-4910) build failed

Tomas Hudik created SPARK-4910:
----------------------------------

             Summary: build failed
                 Key: SPARK-4910
                 URL: https://issues.apache.org/jira/browse/SPARK-4910
             Project: Spark
          Issue Type: Bug
    Affects Versions: 1.3.0
         Environment: commit: a764960b3b6d842eef7fa4777c8fa99d3f60fa1e
            Reporter: Tomas Hudik
            Priority: Minor


git clone
mvn  -DskipTests clean package

....
[ERROR] /home/x/sources/spark_git/core/src/test/scala/org/apache/spark/scheduler/EventLoggingListenerSuite.scala:68: value isFile is not a member of org.apache.hadoop.fs.FileStatus
[ERROR]     assert(logStatus.isFile)
[ERROR]                      ^
[ERROR] /home/x/sources/spark_git/core/src/test/scala/org/apache/spark/scheduler/EventLoggingListenerSuite.scala:72: value isFile is not a member of org.apache.hadoop.fs.FileStatus
[ERROR]     assert(fileSystem.getFileStatus(new Path(eventLogger.logPath)).isFile())
[ERROR]                                                                    ^
[ERROR] /home/x/sources/spark_git/core/src/test/scala/org/apache/spark/scheduler/ReplayListenerSuite.scala:115: value isFile is not a member of org.apache.hadoop.fs.FileStatus
[ERROR]     assert(eventLog.isFile)
[ERROR]                     ^
[ERROR] three errors found
[DEBUG] Compilation failed (CompilerInterface)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Spark Project Parent POM ........................... SUCCESS [ 13.440 s]
[INFO] Spark Project Networking ........................... SUCCESS [ 23.752 s]
[INFO] Spark Project Shuffle Streaming Service ............ SUCCESS [ 18.842 s]
[INFO] Spark Project Core ................................. FAILURE [06:34 min]
[INFO] Spark Project Bagel ................................ SKIPPED
[INFO] Spark Project GraphX ............................... SKIPPED
[INFO] Spark Project Streaming ............................ SKIPPED
[INFO] Spark Project Catalyst ............................. SKIPPED
[INFO] Spark Project SQL .................................. SKIPPED
[INFO] Spark Project ML Library ........................... SKIPPED
[INFO] Spark Project Tools ................................ SKIPPED
[INFO] Spark Project Hive ................................. SKIPPED

even switch -DskipTests was provided it seems some tests are executed and failed



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org