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.
