I completed a process that read iTunes EPF file and insert those record in mysql data base table.
In which, before inserting the record I need to check whether the given record exist in data base or not.If the record not exist then I shall insert the record.But if the record already exist in data base then I need to update the corresponding record in mysql.
How to check the existence of record in mysql. Whether this check can be done in Mapper or Reducer class ..? As well as,if record exist how to update the record.