I am trying to set up Giraph with Hadoop 2.7.1 Try as I might, it doesn\'t seem to work.
I have tried following the below links,
I ran into this issue today. Finally I needed two patches to fix it:
Open pom.xml in base directory and replace
with:
Apply patch found here: GIRAPH-1110.02.patch
Build using the clean
flag of maven: mvn -Phadoop_yarn -Dhadoop.version=2.7.3 clean package -DskipTests