Building Giraph with Hadoop Building Giraph with Hadoop hadoop hadoop

Building Giraph with Hadoop


I ran into this issue today. Finally I needed two patches to fix it:

  1. Open pom.xml in base directory and replace
    <munge.symbols>PURE_YARN,STATIC_SASL_SYMBOL</munge.symbols> with:
    <munge.symbols>PURE_YARN</munge.symbols>

  2. Apply patch found here: GIRAPH-1110.02.patch

  3. 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