Hello All, need assistance on one issue. i use hadoop for ETA job, every day cron job runs and pick all data, but the issue is once the job finish it will pull from one db and store the data in other db. but there were bunch of (service_request) rows are missing, so the data comes like 1st db-->2nd Db then cron jobs runs then data will come to 2nd db -->3rd db. The missing rows is available in 1st db, but not 2nd and 3rd db.
Any idea how to resolve this issue