Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] StatsCombiner

Hi Nathan,

GeoMesa 1.2.3 has the ability to gather stats on the data during ingest.  In order to do this, the StatsCombiner is configured on any new tables (assuming you don't turn the collectStats flag off). 

You should just have to deploy the GeoMesa 1.2.3 iterators on your Accumulo classpath (or on a namespace's classpath).

Generally, during an update, the GeoMesa code for ingest clients, Accumulo iterators, and query clients (like GeoServer) all should match.  Since coordinating that may be complicated, I'd call attention to Accumulo namespaces; I've used namespaces like geomesa120, geomesa121, etc. to help keep things straight on our internal dev cluster.

Cheers,

Jim

On 07/06/2016 05:38 PM, Nathan Mercer wrote:

Hi. I am trying to upgrade to Geomesa 1.2.3

 

I have a program which does some data ingest using a FeatureWriter. When I try ingesting, I get the following error java.lang.ClassNotFoundException: org.locationtech.geomesa.accumulo.data.stats.StatsCombiner

 

Is there something new I need to be adding to my pom file or something?

 

I have been playing around with this for a while and can’t figure it out.

 

Thanks,

Nathan


  ­­  

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


Back to the top