Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Need help to set below command in the tSqoopImport / tSqoopMerge component for lastmodified type incremental load for Sqoop.
sqoop import --connect <DB connection details> --username <DB> --password <password> --table <tablename> --check-column <updated_dt> --merge-key id --incremental lastmodified --target-dir <targetdir>