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?
Unfortunately, MetaModel does not implement write capabilities for HBase at the moment. Only querying the data is possible.