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

Not parsing abfs protocol locations correctly. #124

Closed dstreev closed 1 month ago

dstreev commented 1 month ago

abfs://container@somelakehouse.dfs.core.windows.net/user/hive/warehouse doesn't parse out the full protocol.

dstreev commented 1 month ago

Fixed by accounting for a potential '@' in the URI prefix.