Hello everybody I am trying to compile Giraph release-1.1 for Hadoop 2.5.x and Hadoop 2.6.0 with Maven profile hadoop_yarn. It works fine up to Hadoop 2.4.1, but when trying with a newer version of Hadoop the following error comes up. I am working with jdk 1.7 and Maven 3.2.1.
[ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/hadoop/git/giraph/1.1/giraph-core/target/munged/main/org/apache/giraph/comm/netty/SaslNettyClient.java:[84,68] cannot find symbol symbol: variable SASL_PROPS location: class org.apache.hadoop.security.SaslRpcServer [ERROR] /home/hadoop/git/giraph/1.1/giraph-core/target/munged/main/org/apache/giraph/comm/netty/SaslNettyServer.java:[105,62] cannot find symbol symbol: variable SASL_PROPS location: class org.apache.hadoop.security.SaslRpcServer Do you have any suggestions? Any would be much appreciated :) Kind regards, Alessio
