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)
Show older comments
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.
0 Comments
Answers (1)
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.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!