Class 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.
    • Constructor Detail

      • FeatureCountJob

        public FeatureCountJob()