Hernan Gelaf-Romer created HBASE-29268: ------------------------------------------
Summary: Restoring to original splits will fail for remote file systems Key: HBASE-29268 URL: https://issues.apache.org/jira/browse/HBASE-29268 Project: HBase Issue Type: Bug Components: backup&restore Reporter: Hernan Gelaf-Romer Assignee: Hernan Gelaf-Romer When restoring to original splits, the restore job will try to create bulkloads that read directly from the backup filesystem. This causes problems when the filesystem is remote, and isn't included in the region server class path. This will fail when the backup filesystem is s3, for example. We should first DistCp to a local filesystem, and then bulkload off of that filesystem to avoid this issue. -- This message was sent by Atlassian Jira (v8.20.10#820010)