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
<munge.symbols>PURE_YARN,STATIC_SASL_SYMBOL</munge.symbols>
with:
<munge.symbols>PURE_YARN</munge.symbols>
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
I just ran into this issue earlier today and found a reply in the mailing list that suggests removing STATIC_SASL_SYMBOL from munge.symbols in the hadoop_yarn profile.
I was able to build that profile after making that change.
Here is the link to the mailing list archive: http://mail-archives.apache.org/mod_mbox/giraph-user/201501.mbox/%3C54B17196.4040107@hiro-tan.org%3E