storing non keyvalue pair data in HBase tables -


using hbase can save big data.however data has key value pairs.what storing data in sql table not key value pair.how save in hbase table? thanks

hbase in hadoop "nosql format". hive supports sql format. can try loading data in hive. in hbase data in column oriented.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -