Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

JSON support to HBASE

avatar
Expert Contributor

Does hortonworks provide native JSON support to HBase or has nested json data model?. If so Any resources ? If this question is already answered somewhere,can you please point me that.

1 ACCEPTED SOLUTION

avatar
Super Guru

Apache HBase does not provide any API around JSON, but you can build your own.

You might be interested in following the following JIRA issue about adding JSON as a native type to Apache Phoenix: PHOENIX-628

View solution in original post

2 REPLIES 2

avatar
Super Guru

Apache HBase does not provide any API around JSON, but you can build your own.

You might be interested in following the following JIRA issue about adding JSON as a native type to Apache Phoenix: PHOENIX-628

avatar
Master Collaborator

Please take a look at hbase-client/src/main/java/org/apache/hadoop/hbase/util/JsonMapper.java for example of conversion.