Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] Geomesa-Accumulo GeoTIFF Ingest error

Hello,

GeoMesa does not yet support Accumulo 2.0.

Thanks,

Emilio

On 8/21/19 9:42 AM, sarath zacharia wrote:
Hi All,

I am trying to ingest a geotiff file into accumulo using geomesa-accumulo ingest-raster command I am getting following error as follows with below mentioned tools

geomesa-accumulo : 2.3.1
Accumulo   - 2.0.0
Hadoop  - 3.1.2
Zookeeper - 3.4.10


$: geomesa-accumulo ingest-raster -u root -p root --zookeepers localhost:2181,localhost:2182,localhost:2183 --instance accumulo3 -t accumulo3rasterputhur -f "../../GIS/ndvi/1/" -F geotiff

ERROR org.apache.accumulo.core.client.AccumuloException: Expected at least 4 arguments, saw :2
java.lang.RuntimeException: org.apache.accumulo.core.client.AccumuloException: Expected at least 4 arguments, s
aw :2

at org.locationtech.geomesa.accumulo.tools.ingest.IngestRasterCommand.execute(IngestRasterCommand.scala:37)
at org.locationtech.geomesa.tools.Runner$class.main(Runner.scala:28)
at org.locationtech.geomesa.accumulo.tools.AccumuloRunner$.main(AccumuloRunner.scala:29)
at org.locationtech.geomesa.accumulo.tools.AccumuloRunner.main(AccumuloRunner.scala)
Caused by: org.apache.accumulo.core.client.AccumuloException: Expected at least 4 arguments, saw :2
at org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:354)
at org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:309)
at org.apache.accumulo.core.client.impl.TableOperationsImpl.doTableFateOperation(TableOperationsImpl.java:1605)
at org.apache.accumulo.core.client.impl.TableOperationsImpl.create(TableOperationsImpl.java:229)
at org.apache.accumulo.core.client.impl.TableOperationsImpl.create(TableOperationsImpl.java:192)
at org.locationtech.geomesa.raster.data.AccumuloRasterStore.org$locationtech$geomesa$raster$data$AccumuloRasterStore$$createTable(AccumuloRasterStore.scala:235)
at org.locationtech.geomesa.raster.data.AccumuloRasterStore$$anonfun$createTables$1.apply(AccumuloRasterStore.scala:222)
at org.locationtech.geomesa.raster.data.AccumuloRasterStore$$anonfun$createTables$1.apply(AccumuloRasterStore.scala:221)
at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:35)
at org.locationtech.geomesa.raster.data.AccumuloRasterStore.createTables(AccumuloRasterStore.scala:221)
at org.locationtech.geomesa.raster.data.AccumuloRasterStore.ensureTableExists(AccumuloRasterStore.scala:216)
at org.locationtech.geomesa.raster.data.AccumuloRasterStore.createTableStructure(AccumuloRasterStore.scala:197)
at org.locationtech.geomesa.raster.data.AccumuloRasterStore$.apply(AccumuloRasterStore.scala:299)
at org.locationtech.geomesa.raster.data.AccumuloRasterStore$.apply(AccumuloRasterStore.scala:318)
at org.locationtech.geomesa.accumulo.tools.raster.RasterIngest$class.createRasterStore(RasterIngest.scala:53)
at org.locationtech.geomesa.accumulo.tools.raster.LocalRasterIngest.createRasterStore(LocalRasterIngest.scala:27)
at org.locationtech.geomesa.accumulo.tools.raster.LocalRasterIngest.rs$lzycompute(LocalRasterIngest.scala:33)
at org.locationtech.geomesa.accumulo.tools.raster.LocalRasterIngest.rs(LocalRasterIngest.scala:33)
at org.locationtech.geomesa.accumulo.tools.raster.LocalRasterIngest$$anonfun$runIngestTask$1.apply$mcV$sp(LocalRasterIngest.scala:50)
at org.locationtech.geomesa.accumulo.tools.raster.LocalRasterIngest$$anonfun$runIngestTask$1.apply(LocalRasterIngest.scala:37)
at org.locationtech.geomesa.accumulo.tools.raster.LocalRasterIngest$$anonfun$runIngestTask$1.apply(LocalRasterIngest.scala:37)
at scala.util.Try$.apply(Try.scala:192)
at org.locationtech.geomesa.accumulo.tools.raster.LocalRasterIngest.runIngestTask(LocalRasterIngest.scala:37)
at org.locationtech.geomesa.accumulo.tools.ingest.IngestRasterCommand.execute(IngestRasterCommand.scala:35)
... 3 more
Caused by: ThriftTableOperationException(tableId:null, tableName:null, op:CREATE, type:OTHER, description:Expected at least 4 arguments, saw :2)
at org.apache.accumulo.core.master.thrift.FateService$executeFateOperation_result$executeFateOperation_resultStandardScheme.read(FateService.java:3214)
at org.apache.accumulo.core.master.thrift.FateService$executeFateOperation_result$executeFateOperation_resultStandardScheme.read(FateService.java:3191)
at org.apache.accumulo.core.master.thrift.FateService$executeFateOperation_result.read(FateService.java:3133)
at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:86)
at org.apache.accumulo.core.master.thrift.FateService$Client.recv_executeFateOperation(FateService.java:149)
at org.apache.accumulo.core.master.thrift.FateService$Client.executeFateOperation(FateService.java:130)
at org.apache.accumulo.core.client.impl.TableOperationsImpl.executeFateOperation(TableOperationsImpl.java:261)
at org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:320)


--
with regards

Sarath Zacharia

_______________________________________________
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


Back to the top