Re: Giraph/Netty issues on a cluster

2013-02-13 Thread Alessandro Presta
y 13, 2013 1:25 PM To: "user@giraph.apache.org<mailto:user@giraph.apache.org>" mailto:user@giraph.apache.org>> Subject: Re: Giraph/Netty issues on a cluster Haha! Always good to see my problems resulting from my own foolishness :) Per your advice, I replaced edg

Re: Giraph/Netty issues on a cluster

2013-02-13 Thread Zachary Hanif
table(Double.valueOf(1.0)); >> log.info("tokens() --> {}", "val1 = ", tokens[0]); >> log.info("tokens() --> {}", "val2 = ", tokens[1]); >> log.info("tokens() --> {}", "val2 = &q

Re: Giraph/Netty issues on a cluster

2013-02-13 Thread Alessandro Presta
bruary 13, 2013 1:11 PM To: "user@giraph.apache.org<mailto:user@giraph.apache.org>" mailto:user@giraph.apache.org>> Subject: Re: Giraph/Netty issues on a cluster Sure thing! Credit where it's due, this is heavily cribbed from https://github.com/castagna/jena-grande/tre

Re: Giraph/Netty issues on a cluster

2013-02-13 Thread Zachary Hanif
; {}", "value = ", vertexValue); > > } > vertex.initialize ( vertexId, vertexValue, edgeList ); > return vertex; > } > } > } > On Wed, Feb 13, 2013 at 3:59 PM, Alessandro Presta wrote: > Can you post your Ver

Re: Giraph/Netty issues on a cluster

2013-02-13 Thread Alessandro Presta
ilto:user@giraph.apache.org>> Date: Wednesday, February 13, 2013 1:08 PM To: "user@giraph.apache.org<mailto:user@giraph.apache.org>" mailto:user@giraph.apache.org>> Subject: Re: Giraph/Netty issues on a cluster Well, this is a bit odd: 2013-02-13 20:58:45,740 INFO org.

Re: Giraph/Netty issues on a cluster

2013-02-13 Thread Zachary Hanif
ge.getValue() 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" >>

Re: Giraph/Netty issues on a cluster

2013-02-13 Thread Alessandro Presta
org<mailto:user@giraph.apache.org>" mailto:user@giraph.apache.org>> Subject: Re: Giraph/Netty issues on a cluster It is my own code. I'm staring at my VertexInputFormat class right now. It extends TextVertexInputFormat. I cannot imagine why a value would not be set for these v

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

Re: Giraph/Netty issues on a cluster

2013-02-13 Thread Alessandro Presta
gt;" mailto:user@giraph.apache.org>> Date: Wednesday, February 13, 2013 11:29 AM To: "user@giraph.apache.org<mailto:user@giraph.apache.org>" mailto:user@giraph.apache.org>> Subject: Giraph/Netty issues on a cluster (How embarrassing! I forgot a subject header in