Created 06-03-2016 10:56 PM
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
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
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
Please take a look at hbase-client/src/main/java/org/apache/hadoop/hbase/util/JsonMapper.java for example of conversion.