Can Matlab communicate with HBase database (Hadoop base database), writing to/reading from HBase? If so, are there any helpful links that talk about how to do that?

1 view (last 30 days)
Looking for information about if Matlab can communicate with HBase database (Hadoop base database)? I saw that there is Database Toolbox in Matlab, but not quite sure if the Database Toolbox supports Matlab communication with HBase database? Any helpful information is appreciated.

Answers (1)

Jason Steiner
Jason Steiner on 16 Sep 2020
From what I have seen so far, it does not appear to work out of the box. There looks to be support for MongoDB and Cassandra, but nothing specific to HBase. Apache Phoenix is a tool that interfaces with HBase on one end and takes standard SQL inputs, and should work using JDBC drivers.
I am actively working on this approach. I will keep this updated when I make some progress.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!