You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by Demian Kurejwowski <de...@yahoo.com.INVALID> on 2017/10/27 16:31:25 UTC

after using sqoop how do i connect hive or pig?

i know using pig is easier since you do   data = load "path/to/folder";  and thats it, no need to even have like a database created like in hive.
in hive you have to create a database,  then do use database, and start working,  how you connect all the imported tables from sqoop to a hive database?
thanks guys.