hadoop - Handling bad records during sqoop import or export -


i looked @ options provided sqoop export operation not find options handle bad records. example once in while possible character present number expected in huge set of records. there way handle these scenarios in sqoop without failing job , providing bad records in file.

sqoop expects data export clean , not provide facilities handle corrupted data. can use mr/pig/hive job clean data up, prior using sqoop export them.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -