| Hi, 
 The most common issue here is a classpath issue.  Are you including
    all the GeoMesa HBase, HBase, and Hadoop dependencies?
 
 To help check things out, you can change the call from using "
    
    DataStoreFinder.getDataStore" to something like "new
    
    HBaseDataStoreFactory().
    
    createDataStore(params)".
 
 If you see ClassNotFound or similar exceptions, those errors may
    give enough hints about what to add to the classpath.  Otherwise, if
    you are seeing others error, let us know and we can make suggestions
    from there.
 
 Cheers,
 
 Jim
 
 
 
      
      
      When I use the geomesa-quickstart-hbase example,It works very well,but when I transform the project to a java web project and call the queryFeatures method  used a servlet doGet method, It has an error that the DataStore return null,and dataStore.createSchema(simpleFeatureType) method return a nullpointException.please help me,thanks a lot.
 
 
 
 
 _______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geomesa-users 
 |