Re: Is Zookeeper a must for Giraph?

2013-06-25 Thread Eli Reisman
Hi all, I put up a patch to add support for 2.0.4 and 2.0.5 but (sadly) have not checked back in to see about its review status. It builds, I know that :) Chaun it looks like you are using Hadoop-2.0.5-alpha but using our default MapReduce v2 interface. So its a YARN cluster underneath, but your

Re: Is Zookeeper a must for Giraph?

2013-06-25 Thread Chuan Lei
Hi Avery, Thanks for your quick answer. Just for your information. I was able to fix the second issue (running pagerank example). I believe it has been addressed in GIRAPH-442 (https://issues.apache.org/jira/browse/GIRAPH-442). What confuses me is that I don't know why this patch is not applied to

Re: java.net.BindException: Address already in use on 30000 port

2013-06-25 Thread Puneet Jain
I did that, before I start my giraph job, I always make sure that nothing is listening.. but it still gives me this exception. Really weird ... On Tue, Jun 25, 2013 at 10:33 AM, André Kelpe wrote: > 2013/6/25 Puneet Jain : > > Hello: > > > > I am unable to get rid of this exception, although m

Re: java.net.BindException: Address already in use on 30000 port

2013-06-25 Thread André Kelpe
2013/6/25 Puneet Jain : > Hello: > > I am unable to get rid of this exception, although my 3 port is always > available, it get this binding exception. NettyServer eventually finds > available port since it has 20 retries. [...] > Any idea how can I get rid of them ? Find out what is listening

java.net.BindException: Address already in use on 30000 port

2013-06-25 Thread Puneet Jain
Hello: I am unable to get rid of this exception, although my 3 port is always available, it get this binding exception. NettyServer eventually finds available port since it has 20 retries. 2013-06-25 09:38:04,203 WARN org.apache.giraph.comm.netty.NettyServer: start: Likely failed to bind on a