Hi, We had similar issue with sqoop export, but the slowness was due to not having proper index on Oracle table. For sqoop export, if --update-key is mentioned, those columns should have index, otherwise the export becomes too slow.
-----Original Message----- From: Javier Martin [mailto:[email protected]] Sent: Saturday, August 22, 2015 12:00 PM To: [email protected] Subject: sqoop action taking too long Hello: I have a simple oozie workflow that executes a sqoop action that it is taking so long to execute, I would like to set up a timeout to kill the workflow if the action lasts for more than 30 minutes, usually it takes only 2-3 minutes when it executes successfully. I have tryed several different options, configuring the mapreduce.task.timeout parameter, configuring timeout parameter on the coordinator, neither of them work. Any idea on how to kill a workflow when an action gets stuck. Thanks.
