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

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -