Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Bootstrapping GeoMesa HBase on AWS S3

Hey,

I got another question to the tutorial "Bootstrapping GeoMesa HBase on AWS S3".
I have setup the EMR Cluster and the S3 Bucket. 
Then I executed the shell script, that bootstraps Geomesa on Hbase.

Finally I tried the given gdelt example.
But when I execute the geomesa-hbase ingest command, I get the following errror:

ERROR org.apache.hadoop.hbase.DoNotRetryIOException: s3://<my-bucket>/lib/geomesa-hbase-distributed-runtime_2.11-2.0.2.jar Set hbase.table.sanity.checks to false at conf or table descriptor if you want to bypass sanity checks
        at org.apache.hadoop.hbase.master.HMaster.warnOrThrowExceptionForFailure(HMaster.java:2006)
        at org.apache.hadoop.hbase.master.HMaster.sanityCheckTableDescriptor(HMaster.java:1859)
        at org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1761)
        at org.apache.hadoop.hbase.master.MasterRpcServices.createTable(MasterRpcServices.java:483)
        at org.apache.hadoop.hbase.protobuf.generated.MasterProtos$MasterService$2.callBlockingMethod(MasterProtos.java:64096)
        at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2354)
        at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:124)
        at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:297)
        at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:277)

Has anybody experienced that before?

Thank you,
Martin


Back to the top