Re: Unable to compile Giraph with Hadoop 1.2.1

2013-11-11 Thread Roman Shaposhnik
On Mon, Nov 11, 2013 at 8:15 AM, Anis Nasir wrote: > Can someone please comment on this issue. I can only say that I'd be working on this as part of Giraph 1.1.0 release. Stay tuned. Thanks, Roman.

Unable to compile Giraph with Hadoop 1.2.1

2013-11-11 Thread Anis Nasir
Can someone please comment on this issue. Regards Anis

Re: Running on Amazon EMR?

2013-11-11 Thread Gustavo Enrique Salazar Torres
I'm sorry :D, when I said this: I had to do all those steps you talked about, specially at bootstrap I run a Bash script stored at s3 like this: --core-key-value, giraph.zkList=localhost:2181, --mapred-key-value, mapreduce.job.counters.limit= 1200 translate to: I had to do all those steps you t

Re: Null Pointer Exception when running a job

2013-11-11 Thread Artie Pesh-Imam
I can certainly try this. Are there any other configurations which are worth exploring? --  Artie Pesh-Imam Software Engineer @ Tapad 201-253-9647 From: Sertuğ Kaya Sertuğ Kaya Reply: user@giraph.apache.org user@giraph.apache.org Date: November 9, 2013 at 3:58:39 PM To: user@giraph.apache.org us

Re: Running on Amazon EMR?

2013-11-11 Thread Gustavo Enrique Salazar Torres
Hi Rob: I had to do all those steps you talked about, specially at bootstrap I run a Bash script stored at s3 like this: --core-key-value, giraph.zkList=localhost:2181, --mapred-key-value, mapreduce.job.counters.limit=1200 Then at the steps configuration I start by setting up Giraph and Zookeepe

Running on Amazon EMR?

2013-11-11 Thread Rob Vesse
Hi All I've been looking around for any documentation about running Giraph on Amazon Elastic Map Reduce (EMR) and didn't turn up anything particularly useful. It looks like the only real requirements to run on EMR are to add Bootstrap actions to the Job Flow configuration to apply the relevant Ha