Hi,
I am trying to automate scoop job in Oozie but it is not working. I am trying to upload data from mysql table into hive. Following is the command which is working fine in command prompt but not working in workflow (Oozie)
sqoop import --driver com.mysql.jdbc.Driver --connect jdbc:mysql://172.31.54.174/Test --username labuser --password simplilearn --table struc_data --hive-import --hive-table structure_database.struc_data
following is the workflow created for scoop:...
ERROR WHEN TRIED TO SUBMIT A SCOOP JOB IN HUE
I am trying to automate scoop job in Oozie but it is not working. I am trying to upload data from mysql table into hive. Following is the command which is working fine in command prompt but not working in workflow (Oozie)
sqoop import --driver com.mysql.jdbc.Driver --connect jdbc:mysql://172.31.54.174/Test --username labuser --password simplilearn --table struc_data --hive-import --hive-table structure_database.struc_data
following is the workflow created for scoop:...
ERROR WHEN TRIED TO SUBMIT A SCOOP JOB IN HUE