Class FeatureCountJob
- java.lang.Object
-
- org.locationtech.geomesa.accumulo.jobs.mapreduce.interop.FeatureCountJob
-
public class FeatureCountJob extends Object
Sample job showing how to read features using GeoMesaInputFormat This job assumes a feature has been created with the name 'myfeature' that contains a Geometry attribute named 'geom' and a Date attribute named 'dtg'. The job uses map/reduce counters to keep track of how many features are processed, and outputs each feature ID and geometry to a text file in HDFS.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeatureCountJob.MyMapper
-
Constructor Summary
Constructors Constructor Description FeatureCountJob()
-