Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geowave-dev] How to create DataAdapter instance

Hi Whitney,

Object obj=AccumuloUtils.decodeRow(entry.getKey(), entry.getValue(),adapter, index);

i console out the value of the obj. it was display as null.

What would be the issue?

Thanks and Regards.


Rukshan Chathuranga.
Department Of Computer Science & Engineering,
Faculty Of Engineering,
University Of Moratuwa. Sri Lanka.

On Sat, Jul 25, 2015 at 1:55 AM, Whitney O'Meara <james.w.omeara@xxxxxxxxx> wrote:

OK, so you ingested a grid of points (SimpleFeatures) which should be exactly what you need. Did you try stepping through decodeRow in a debugger?  Where is it being set to null?

On Jul 24, 2015 4:06 PM, "Rukshan Chathuranga" <rcrukshan17@xxxxxxxxx> wrote:

Hi,

I used geowave simpleingest class to ingest data. And used some of rows as split points.

Something wrong???

Thanks and regards.



Back to the top