compilation error of giraph

2014-01-21 Thread Rob Paul
Hi, Does anyone knows, what's missing? Why I can't compile giraph. I am new to Girah and sorry, if I am missing something very trivial. Regards Rob ===Below is the error [INFO] Building jar:

Re: compilation error of giraph

2014-01-21 Thread Young Han
Hi, Could it be that you're missing the path to Hadoop? Young On 2014-01-21 2:25 PM, Rob Paul urlop...@gmail.com wrote: Hi, Does anyone knows, what's missing? Why I can't compile giraph. I am new to Girah and sorry, if I am missing something very trivial. Regards Rob

Re: compilation error of giraph

2014-01-21 Thread Rob Paul
Hi Young, Appreciate the help. I do have hadoop in the path but its not the apache version of hadoop, but specific distribution of hadoop, built on top of apache hadoop, 2.0.4. Following command gives the attached output. cmdhadoop version Hadoop 2.0.4-distro_name Subversion

Re: compilation error of giraph

2014-01-21 Thread Young Han
Hmm.. sorry no, I've only used Giraph with Apache Hadoop 1.0.4 myself. I asked because of the java.lang.NoClassDefFoundError: org/apache/hadoop/io/Writable lines in the output. As per Owen's suggestion, I also needed to use -DskipTests to compile successfully. Perhaps for Hadoop 2.0.4 you also