Thank you. I guess I'll go that route until version 1.4.3. - Tim
From: Chalcy [mailto:[email protected]] Sent: Thursday, February 21, 2013 8:06 PM Yes, there is a way to with(nolock). Use --query tag and specify the next to it like 'select * from mytable where $CONDITIONS with(nolock)' This is the only way we do sqoop imports. Cheers, Chalcy On Thu, Feb 21, 2013 at 3:54 PM, Tim Goodman <[email protected]<mailto:[email protected]>> wrote: Hi, I'm using Sqoop to import from SQL Server. I'm wondering if any locks are acquired on the table I'm importing from, and if so, is there a way to do the equivalent of WITH(NOLOCK) ? Thanks, - Tim
