What is a disadvantage of using –direct parameter for faster data load by sqoop?
Answer Posted / Jitendra Pratap Singh
The --direct parameter skips the Sqoop framework, thus disabling features like schema discovery, mapping, and validation. This means that you must have an exact schema match between source and target databases to ensure successful data transfer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers