Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] how to fix disappeared index table in geomesa accumulo

Hello everyone. Please help. 

Geomesa index tables in accumulo disappeared. Is there the way to recreate it?
Now when I try to make export request the util geomesa-accumulo and my app return the same output Table myNamespace.geomesa_SignalBuilder_attr_cam_time_v8_02726 does not exist

ERROR Could not execute export query. Please ensure that all arguments are correct
java.lang.RuntimeException: Could not execute export query. Please ensure that all arguments are correct
at org.locationtech.geomesa.tools.export.ExportCommand.export(ExportCommand.scala:212)
at org.locationtech.geomesa.tools.export.ExportCommand.export$(ExportCommand.scala:197)
at org.locationtech.geomesa.accumulo.tools.export.AccumuloExportCommand.export(AccumuloExportCommand.scala:24)
at org.locationtech.geomesa.tools.export.ExportCommand.export(ExportCommand.scala:123)
at org.locationtech.geomesa.tools.export.ExportCommand.$anonfun$execute$5(ExportCommand.scala:72)
at org.locationtech.geomesa.tools.package$DataStoreCommand.withDataStore(package.scala:69)
at org.locationtech.geomesa.tools.package$DataStoreCommand.withDataStore$(package.scala:67)
at org.locationtech.geomesa.accumulo.tools.export.AccumuloExportCommand.withDataStore(AccumuloExportCommand.scala:24)
at org.locationtech.geomesa.tools.export.ExportCommand.$anonfun$execute$4(ExportCommand.scala:72)
at org.locationtech.geomesa.utils.stats.MethodProfiling.profile(MethodProfiling.scala:26)
at org.locationtech.geomesa.utils.stats.MethodProfiling.profile$(MethodProfiling.scala:24)
at org.locationtech.geomesa.accumulo.tools.export.AccumuloExportCommand.profile(AccumuloExportCommand.scala:24)
at org.locationtech.geomesa.tools.export.ExportCommand.execute(ExportCommand.scala:72)
at org.locationtech.geomesa.tools.export.ExportCommand.execute$(ExportCommand.scala:59)
at org.locationtech.geomesa.accumulo.tools.export.AccumuloExportCommand.execute(AccumuloExportCommand.scala:24)
at org.locationtech.geomesa.tools.Runner$MainExecutor.execute(Runner.scala:203)
at org.locationtech.geomesa.tools.Runner.execute(Runner.scala:39)
at org.locationtech.geomesa.tools.Runner.main(Runner.scala:34)
at org.locationtech.geomesa.tools.Runner.main$(Runner.scala:34)
at org.locationtech.geomesa.accumulo.tools.AccumuloRunner$.main(AccumuloRunner.scala:17)
at org.locationtech.geomesa.accumulo.tools.AccumuloRunner.main(AccumuloRunner.scala)
Caused by: org.apache.accumulo.core.client.TableNotFoundException: Table myNamespace.geomesa_SignalBuilder_attr_cam_time_v8_02726 does not exist
at org.apache.accumulo.core.clientImpl.Tables._getTableId(Tables.java:123)
at org.apache.accumulo.core.clientImpl.Tables.getTableId(Tables.java:89)
at org.apache.accumulo.core.clientImpl.ClientContext.getTableId(ClientContext.java:458)
at org.apache.accumulo.core.clientImpl.ClientContext.createBatchScanner(ClientContext.java:470)
at org.apache.accumulo.core.clientImpl.ConnectorImpl.createBatchScanner(ConnectorImpl.java:87)
at org.locationtech.geomesa.accumulo.data.AccumuloQueryPlan$BatchScanPlan.scanner(AccumuloQueryPlan.scala:153)
at org.locationtech.geomesa.accumulo.data.AccumuloQueryPlan$BatchScanPlan.$anonfun$scan$6(AccumuloQueryPlan.scala:136)
at org.locationtech.geomesa.utils.collection.CloseableIterator$FlatMapCloseableIterator.hasNext(CloseableIterator.scala:142)
at scala.collection.Iterator$$anon$10.hasNext(Iterator.scala:460)
at org.locationtech.geomesa.utils.collection.CloseableIterator$CloseableIteratorImpl.hasNext(CloseableIterator.scala:61)
at org.locationtech.geomesa.utils.collection.CloseableIterator$FlatMapCloseableIterator.hasNext(CloseableIterator.scala:139)
at org.locationtech.geomesa.utils.iterators.ExceptionalIterator.hasNext(ExceptionalIterator.scala:27)
at scala.collection.Iterator$$anon$10.hasNext(Iterator.scala:460)
at org.locationtech.geomesa.utils.collection.CloseableIterator$CloseableIteratorImpl.hasNext(CloseableIterator.scala:61)
at org.locationtech.geomesa.index.geotools.GeoMesaFeatureReader.hasNext(GeoMesaFeatureReader.scala:32)
at org.locationtech.geomesa.index.geotools.GeoMesaFeatureReader$GeoMesaFeatureReaderWithAudit.super$hasNext(GeoMesaFeatureReader.scala:79)
at org.locationtech.geomesa.index.geotools.GeoMesaFeatureReader$GeoMesaFeatureReaderWithAudit.$anonfun$hasNext$2(GeoMesaFeatureReader.scala:79)
at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:23)
at org.locationtech.geomesa.utils.stats.MethodProfiling.profile(MethodProfiling.scala:19)
at org.locationtech.geomesa.utils.stats.MethodProfiling.profile$(MethodProfiling.scala:17)
at org.locationtech.geomesa.index.geotools.GeoMesaFeatureReader$GeoMesaFeatureReaderWithAudit.profile(GeoMesaFeatureReader.scala:66)
at org.locationtech.geomesa.index.geotools.GeoMesaFeatureReader$GeoMesaFeatureReaderWithAudit.hasNext(GeoMesaFeatureReader.scala:79)
at org.geotools.feature.FeatureReaderIterator.hasNext(FeatureReaderIterator.java:53)
at org.geotools.feature.collection.DelegateFeatureIterator.hasNext(DelegateFeatureIterator.java:47)
at org.locationtech.geomesa.utils.collection.CloseableIterator$CloseableFeatureIterator.hasNext(CloseableIterator.scala:81)
at scala.collection.Iterator.foreach(Iterator.scala:943)
at scala.collection.Iterator.foreach$(Iterator.scala:943)
at org.locationtech.geomesa.utils.collection.CloseableIterator$CloseableFeatureIterator.foreach(CloseableIterator.scala:79)
at org.locationtech.geomesa.tools.export.formats.DelimitedExporter.export(DelimitedExporter.scala:51)
at org.locationtech.geomesa.tools.export.ExportCommand$Exporter.export(ExportCommand.scala:417)
at org.locationtech.geomesa.tools.export.ExportCommand.$anonfun$export$19(ExportCommand.scala:204)
at org.locationtech.geomesa.utils.io.package$WithClose$.apply(package.scala:64)
at org.locationtech.geomesa.tools.export.ExportCommand.export(ExportCommand.scala:201)
... 20 more

Thenk you
--
Rinchin Gomboev


Back to the top