cloudera-labs / hms-mirror

"hms-mirror" is a utility used to bridge the gap between two clusters and migrate hive metadata.
Apache License 2.0
13 stars 8 forks source link

SM distcp is doubling target table location. #127

Closed dstreev closed 3 weeks ago

dstreev commented 3 weeks ago

echo "Only one element in path."
echo "Running 'distcp'"
hadoop distcp ${DISTCP_OPTS} hdfs://HOME90/warehouse/tablespace/external/hive-alt/airlines.db/airport_codes ofs://OHOME/acme/external/airlines.db/airport_codes/airport_codes
dstreev commented 3 weeks ago

This is happening in the script file when only one movement is needed. The distcp workbook and yaml file seems fine.