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.
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.