arrays - Querying Twitter JSON File in HBase -


i have downloaded twitter data through flume directly hbase table containing 1 column family , of data stored in 1 column this

hbase(main):005:0> scan 'tweet' row default00fbf898-6f6e-4b41-aee8-646efadfba46 column+cell column=data:pcol, timestamp=1454394077534, value={"extended_entities":{"media":[{"display_url":"pic.twitter.com/a7mjq2dakz","source_user_id":2987221847,"type":"photo"....

now want access structs , arrays through hbase can access in hive. have tried googling issue still clue less. kindly help

you can't query display_url , source_user_id or json fields in hbase directly. should use document store nosql db mongodb.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -