hadoop - Read records from Hive Table using Java (through Hivemetastoreclient or Hcatalog or WebHcat) -


one hive table t_event in demo_read database. table has more 100,000 records.how read records through java api.

well, don't want read data. need transform , upload database or (if data relatively small) export common format (csv, json, etc.).

you transform data hive cli, webhcat or jdbc hive driver.


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -