[
https://issues.apache.org/jira/browse/SPARK-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254903#comment-14254903
]
Sean Owen commented on SPARK-4910:
----------------------------------
Confirmed, I think the commit for SPARK-2261
(https://github.com/apache/spark/commit/456451911d11cc0b6738f31b1e17869b1fb51c87)
is actually using Hadoop 2-only methods.
> 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: trunk: 1.3.0-SNAPSHOT
> https://github.com/apache/spark/commit/a764960b3b6d842eef7fa4777c8fa99d3f60fa1e
> Reporter: Tomas Hudik
> Priority: Minor
> Labels: build-failure
>
> 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: [email protected]
For additional commands, e-mail: [email protected]