필터 지우기
필터 지우기

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?

조회 수: 6 (최근 30일)
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.

답변 (1개)

Jason Steiner
Jason Steiner 2020년 9월 16일
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.

카테고리

Help CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by