Giraph Hadoop Version

2018-03-26 Thread Chowdhury, Md Mashiur Rah
Hi, I have some query. 1. I was trying to run giraph(1.1.0) on hadoop 2.7.5 but was not successful. It was giving error like below Exception in thread "main" java.lang.IllegalAccessError: tried to access method

Hadoop version

2013-04-03 Thread Ahmet Emre Aladağ
Hi, I was wondering if newer Hadoop versions like 1.1.2 will be supported soon. Or is it easy to provide support?

Re: Hadoop version

2013-04-03 Thread Eli Reisman
There's no reason we can't that I know. Try to build generic Giraph for 1.x hadoop like this: mvn -Phadoop_1.0 clean verify next, you might get lucky if the above failed you might try the same but including a Maven -D option to set the hadoop.version property to 1.1.2 (or hadoop-1.1.2, I forget)