Member since
04-22-2016
1
Post
0
Kudos Received
0
Solutions
04-23-2016
01:47 AM
Hi Sameer, I tried to change the user name to retail_dba still having same issue, it works fine till creation of physical file and stuck at Logging initialized using configuration in jar:file:/usr/jars/hive-common-1.1.0-cdh5.5.0.jar!/hive-log4j.properties I am not sure if I missed some configuration settings.
... View more
04-22-2016
12:23 PM
Hi , I have recently set-up VM CDH5.5 on my machine and tried to check commands for importing data into hive from mysql. Job gets stuck after below message in log: "Loading uploaded data into Hive Logging initialized using configuration in jar:file:/usr/jars/hive-common-1.1.0-cdh5.5.0.jar!/hive-log4j.properties" Can someone help why job stuck after this step and have i missed some configuration step. Command Used: sqoop import --connect "jdbc:mysql://localhost:3306/retail_db" \ --username retail_db \ -P \ --table customers --target-dir /user/hive/warehouse/sqoop_import --fields-terminated-by "," \ --hive-import --create-hive-table --hive-table sample.customers
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Sqoop