Name a few import control commands. How can Sqoop handle large objects?
Answer Posted / Rana Singh
Import control commands include `--incremental`, `--check-column`, and `--split-by`. Apache Sqoop handles large objects by splitting the data using a splitter and loading it in parallel. The default splitter is `LineRecordReader` which splits data based on newline characters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers