We have a task to sqoop-import tables from a postgreSQL db. With "--hive-overwrite" the data correctly gets refreshed. However, if a schema change occurs on the original table, it appears that the schema does not get refreshed.
Is there a way to get sqoop to re-create the table if the schema has changed? Or will I need to delete the table beforehand? Krishna
