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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -