In a scenario where data consistency is critical between Hadoop and an RDBMS, which Sqoop functionality should be emphasized?

  • Full Import
  • Incremental Import
  • Merge Import
  • Parallel Import
In situations where data consistency is critical, the Incremental Import functionality of Sqoop should be emphasized. It allows for the extraction of only the new or updated data since the last import, ensuring consistency between Hadoop and the RDBMS.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *