Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Geomesa-HBase and Azure HDInsight

Hi Geoemsa team,

I am trying to use Geomesa-HBase with Azure HDInsight and get some problem.

Configuration:
- Ubuntu 16.04 (in Azure VM)
- HDInsight 3.6 (HBase 1.1.2), this is the most recent version
- Geomesa 2.11-1.3.4
- Java 8

Geomesa installation: I have put the jar file (coprocessor) into the HDInsight's head node's HBase library folder.

The code is very simple: Just pushing data and query the region.
https://github.com/jbkoh/geomesa-hbase-test/blob/master/src/main/java/io/jbkoh/geomesatest/App.java

Regenerator repository: https://github.com/jbkoh/geomesa-hbase-test

Symptom: Everything works fine with a standalone HBase. I can push data after defining a schema and I can check it at the HBase command line tool, but CQL does not return anything.
- The version seems not the problem. I have tested on a local standalone HBase 1.1.13, and it worked fine. I have tested a local standalone 1.2.6 and 1.1.13 and they all worked fine.
- The code did not raise any errors, which means that it successfully found the coprocessor. (It raises an error if it is not found.)

I do not know where to look at as I can't see any errors. Any clue on this issue?

Thank you very much.



With regards,
Jason Koh

Back to the top