Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-dev] Geomesa Feature Count always returning zero!!!

Hi Suresh,

If you're running on a single tablet server, then splits are not going to help you. Generally they would be used to spread your data across multiple servers, but in this case that's not possible. Accumulo is really intended as a distributed system - it will work with a single server, but things will be slow. If you're just using that setup for testing, then you can just put up with the slowness and expect a speed-up when you deploy to a cluster. If you never intend to step up to a larger cluster, then you would probably be better served installing something like postgis.

Thanks,

Emilio

On 04/26/2017 10:58 AM, Suresh Prajapati wrote:
Hi Emilio

My "table.split.threshold" value is 1G(default), can that be a problem?. I am running accumulo on one tablet server (including master). Should i reduce split threshold and retry?

Thank You
Suresh Prajapati


_______________________________________________
geomesa-dev mailing list
geomesa-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geomesa-dev


Back to the top