Hi,

I'm trying to build giraph. I start hadoop 1.1.2 and run "mvn test" on a clean git clone. Then I get errors.

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project giraph-core: Compilation failure: Compilation failure: [ERROR] /home/emre/git/giraph/giraph-core/target/munged/main/org/apache/giraph/benchmark/PageRankVertex.java:[1,1] class, interface, or enum expected [ERROR] /home/emre/git/giraph/giraph-core/target/munged/main/org/apache/giraph/benchmark/PageRankVertex.java:[10,16] class, interface, or enum expected
[ERROR] -> [Help 1]

When I looked at this file, I see that mvn causes a change on the comments like below. Is this a bug or am I doing something wrong?

[emre@localhost giraph]$ git diff
diff --git a/giraph-core/src/main/java/org/apache/giraph/benchmark/PageRankVertex.java b/giraph-core/src/main/java/org/apache/giraph/benchmark/PageRankVertex.java
index 9c3b9f5..d9dbe24 100644
--- a/giraph-core/src/main/java/org/apache/giraph/benchmark/PageRankVertex.java +++ b/giraph-core/src/main/java/org/apache/giraph/benchmark/PageRankVertex.java
@@ -1,4 +1,7 @@
-/*
+/
+
+*
+
  * Licensed to the Apache Software Foundation (ASF) under one


Reply via email to