Can someone provide me clarification on the below points
1.Is it possible to set a cron job so that it fetches records on a weekly basis(Example:every sunday)
2.While setting as a cron job the records are fetched from beginning.Is there a way to fetch only the updated records and not load records from beginning
While setting as a cron job the records are fetched from beginning.Is there a way to fetch only the updated records and not load records from beginning
Yes, see what the documentation says about the sql_last_value parameter. You can use it to restrict the resutl set to only include rows added/updated since the last run.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.