Claudio Martella created GIRAPH-653:
---------------------------------------
Summary: Hadoop_non_secure broken
Key: GIRAPH-653
URL: https://issues.apache.org/jira/browse/GIRAPH-653
Project: Giraph
Issue Type: Bug
Reporter: Claudio Martella
a fresh mvn -Phadoop_non_secure compile on trunk does not compile:
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/claudio/giraph-trunk/giraph-core/target/munged/main/org/apache/giraph/io/internal/WrappedVertexOutputFormat.java:[28,35]
cannot find symbol
symbol: class JobStatus
location: package org.apache.hadoop.mapreduce
[ERROR]
/home/claudio/giraph-trunk/giraph-core/target/munged/main/org/apache/giraph/io/internal/WrappedVertexOutputFormat.java:[159,20]
package JobStatus does not exist
[ERROR]
/home/claudio/giraph-trunk/giraph-core/target/munged/main/org/apache/giraph/io/internal/WrappedVertexOutputFormat.java:[146,24]
cannot find symbol
symbol: method commitJob(org.apache.hadoop.mapreduce.JobContext)
location: variable outputCommitter of type
org.apache.hadoop.mapreduce.OutputCommitter
[ERROR]
/home/claudio/giraph-trunk/giraph-core/target/munged/main/org/apache/giraph/io/internal/WrappedVertexOutputFormat.java:[143,7]
method does not override or implement a method from a supertype
[ERROR]
/home/claudio/giraph-trunk/giraph-core/target/munged/main/org/apache/giraph/io/internal/WrappedVertexOutputFormat.java:[157,7]
method does not override or implement a method from a supertype
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira