datadudes / salesforce2hadoop

Import Salesforce data into Hadoop HDFS in Avro format
23 stars 13 forks source link

Incremental update #2

Open sureshvinakanti opened 9 years ago

sureshvinakanti commented 9 years ago

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.

EDGE1987 commented 6 years ago

@sureshvinakanti - Hi Suresh, did you resolve it?