Hadoop distcp with partition Hadoop distcp with partition hadoop hadoop

Hadoop distcp with partition


You need to repair table on System B (where your data is copied) after distcp, execute following hive commands

SET hive.mapred.mode=unstrict;MSCK REPAIR TABLE <DB_NAME>.<TABLE_NAME>;