What is the process to perform an incremental data load in Sqoop?
Answer Posted / Shailesh Kumar
To perform an incremental data load, you first need to create a custom mapper and combiner that implements the Sqoop IncrementalMapper and Sqoop IncrementalCombiner interfaces. Then, you can use the --incremental parameter in the import command to specify the custom mapper and combiner, along with the appropriate time-based or row-based strategy.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers