[
https://issues.apache.org/jira/browse/HBASE-29268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HBASE-29268:
-----------------------------------
Labels: pull-request-available (was: )
> Restoring to original splits will fail for remote file systems not on the RS
> classpath
> --------------------------------------------------------------------------------------
>
> 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
> Priority: Major
> Labels: pull-request-available
>
> 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)