Building Giraph with Hadoop

后端 未结 2 1898
[愿得一人]
[愿得一人] 2021-01-06 05:42

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,

  • http://giraph.apache.org
2条回答
  •  [愿得一人]
    2021-01-06 06:28

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

    1. Open pom.xml in base directory and replace
      PURE_YARN,STATIC_SASL_SYMBOL with:
      PURE_YARN

    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

提交回复
热议问题