Member since
06-23-2016
1
Post
0
Kudos Received
0
Solutions
06-23-2016
10:37 AM
I'm not sure if you are using 'split-by' option. In my case, this error happened because I was using 'split-by' column with a date column for distributing the process into nodes in the cluster, when I retrieve data using a query. That was corrected when I use an integer column instead of using a date column It seems that using date or string column is not working properly with sqoop when you use a query.
... View more