- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
JSON support to HBASE
- Labels:
-
Apache HBase
Created ‎06-03-2016 10:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎06-03-2016 10:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎06-03-2016 10:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎06-03-2016 11:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please take a look at hbase-client/src/main/java/org/apache/hadoop/hbase/util/JsonMapper.java for example of conversion.
