I have sqoop stmt with 10 mappers. Entire data is going into 10 parts in hadoop with each part exceeding 1GB. I want to divide the data into multiple files of smaller parts, needless to say more than 10, something like 50 files of 200MB each. However due to DB bottleneck issue, I cant create more than 10 mappers in a sqoop. Let me know if there's any easy solution.
Asked
Active
Viewed 475 times
0
-
1When you say "However due to DB bottleneck issue, I cant create more than 10 mappers in a sqoop, that means your job will fail if you set more than 10 mappers? – dbustosp Mar 09 '17 at 21:59