Upto data import my salesforce data is imported and then I Update the existing record in salesforce then I run this update command.Finally I get the duplicate records like same record like updated record and old record.
But I don't want like that. I Want to update already existing data in hdfs.
Hi,
Upto data import my salesforce data is imported and then I Update the existing record in salesforce then I run this update command.Finally I get the duplicate records like same record like updated record and old record.
But I don't want like that. I Want to update already existing data in hdfs.
java -jar sf2hadoop.jar update -u -p -b /base/path -w /path/to/enterprise.wsdl -s /path/to/state-file recordtype1 recordtype2 ..
Please help in this.