Details
-
Test
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Importing the HIVE_AUX_JARS_PATH/*jar doesn't work.
By using the command:
> sqoop import --connect jdbc:mysql://xxxxxxxx/database_name --table <table_name> --username <user_name> --hive-import --create-hive-table --hive-table <hive_table_name> -P
which needs a jar in the auxlib isn't working. However, from hive CLI it works.