Re: Giraph/Netty issues on a cluster

2013-02-13 Thread Zachary Hanif
not the same. > You should replace null with NullWritable.get(), or even better use: > > new EdgeNoValue(new Text(tokens[i])) > > Let me know if this doesn't work. > > From: Zachary Hanif > Reply-To: "user@giraph.apache.org" > Date: Wednesday, February 13,

Re: Giraph/Netty issues on a cluster

2013-02-13 Thread Zachary Hanif
ot;, tokens[0]); > log.info("tokens() --> {}", "val2 = ", tokens[1]); > log.info("tokens() --> {}", "val2 = ", line); > log.info("tokens() --> {}", "key = ", vertexId); > log.info("tokens() -->

Re: Giraph/Netty issues on a cluster

2013-02-13 Thread Zachary Hanif
erviceWorker: > setup: Finally loaded a total of (v=0, e=0) > > What would cause this? I imagine that it's related to my overall problem. On Wed, Feb 13, 2013 at 3:31 PM, Zachary Hanif wrote: > It is my own code. I'm staring at my VertexInputFormat class right now. It >

Re: Giraph/Netty issues on a cluster

2013-02-13 Thread Zachary Hanif
etValue() is returning null, which > should never happen. > > Alessandro > > From: Zachary Hanif > Reply-To: "user@giraph.apache.org" > Date: Wednesday, February 13, 2013 11:29 AM > To: "user@giraph.apache.org" > Subject: Giraph/Netty issues on a cl