[
https://issues.apache.org/jira/browse/GIRAPH-762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13787705#comment-13787705
]
Armando Miraglia commented on GIRAPH-762:
-----------------------------------------
Hi guys,
I was taking a look at this issue, and I realized that in the pom file there is
this message:
<!-- Help keep future Hadoop versions munge-free:
All profiles below are munge-free: avoid introducing any munge
flags on any of the following profiles. -->
right on top of hadoop_2.0.*. What should we do? Is there any other way to fix
this avoiding munge?
> compilation error: unreported exception InterruptedException
> ------------------------------------------------------------
>
> Key: GIRAPH-762
> URL: https://issues.apache.org/jira/browse/GIRAPH-762
> Project: Giraph
> Issue Type: Bug
> Reporter: Armando Miraglia
> Attachments: GIRAPH-762.patch
>
>
> [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/armax00/downloads/giraph/giraph-core/src/main/java/org/apache/giraph/job/HaltApplicationUtils.java:[78,49]
> unreported exception java.lang.InterruptedException; must be caught or
> declared to be thrown
> [ERROR]
> /home/armax00/downloads/giraph/giraph-core/src/main/java/org/apache/giraph/job/HaltApplicationUtils.java:[81,50]
> unreported exception java.lang.InterruptedException; must be caught or
> declared to be thrown
> this comes out when compiling with java7 and option -Phadoop_2.0.0, for
> example:
> mvn clean install -DskipTests -Dfindbugs.skip=true -Dcheckstyle.skip=true
> -Phadoop_2.0.0
--
This message was sent by Atlassian JIRA
(v6.1#6144)