hbaseapache-metamodel

How to do curd operation in Hbase using Apache MetaModel?


I want to insert data in Hbase database using apache MetaModel. I have got the HbaseConfiguration object using host and port number. After that, how to insert data?


Solution

  • Unfortunately, MetaModel does not implement write capabilities for HBase at the moment. Only querying the data is possible.