Re: Need Urgent Help with Giraph-Gora

2017-10-04 Thread Alfonso Nishikawa
Hi, Generically speaking, you can't add data writing directly a row with "put ...". You should create a small program that creates the entity and persist it. The fields at HBase are encoded and serialized (depending on the case). Your exact error is because an issue reading 'vertices:vertexId': t

Re: Need Urgent Help with Giraph-Gora

2017-10-04 Thread Adhish Singla
This is the Stack Trace to the issue mentioned in the previous reply : java.lang.IllegalArgumentException: offset (0) + length (8) exceed the capacity of the array: 1 at org.apache.hadoop.hbase.util.Bytes.explainWrongLengthOrOffset(Bytes.java:543) at org.apache.hadoop.hbase.util.

Re: Need Urgent Help with Giraph-Gora

2017-10-04 Thread Adhish Singla
I need to have a readable dummy entry in Hbase to start my computation, and the Gora object reader is not able to read it. I try to add a dummy entry to HBase using this shell command : "put 'graphGiraph', '0', 'vertices:vertexId', '0'" And when I run my code, I get this error in the Logs : 2

Re: Need Urgent Help with Giraph-Gora

2017-10-04 Thread lewis john mcgibbney
What exactly is thebissue you are having here? >From what I can tell all of the code looks good... is a log being generated? Are you seeing errors? If so can you provide them? Always remember you need to make sure any changes in your Avro schema are compiled with the GoraCompiler. Thanks On Tue, O