Re: Hadoop version

2013-04-11 Thread Ahmet Emre Aladağ
Thank you, It works with Hadoop 1.1.2 with the command you provided. Haven't fully tested though. On 04/03/2013 05:03 PM, Eli Reisman wrote: 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

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