Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/1222#issuecomment-67745277
I think that this PR broke the Hadoop 1 Maven build
([link](https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-Maven-pre-YARN/1205/hadoop.version=1.0.4,label=centos/console)):
```scala
[INFO] --- scala-maven-plugin:3.2.0:testCompile (scala-test-compile-first)
@ spark-core_2.10 ---
[WARNING] Zinc server is not available at port 3030 - reverting to normal
incremental compile
[INFO] Using incremental compilation
[INFO] compiler plugin:
BasicArtifact(org.scalamacros,paradise_2.10.4,2.0.1,null)
[INFO] Compiling 124 Scala sources and 4 Java sources to
/home/jenkins/workspace/Spark-Master-Maven-pre-YARN/hadoop.version/1.0.4/label/centos/core/target/scala-2.10/test-classes...
[ERROR]
/home/jenkins/workspace/Spark-Master-Maven-pre-YARN/hadoop.version/1.0.4/label/centos/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/jenkins/workspace/Spark-Master-Maven-pre-YARN/hadoop.version/1.0.4/label/centos/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/jenkins/workspace/Spark-Master-Maven-pre-YARN/hadoop.version/1.0.4/label/centos/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
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]