[
https://issues.apache.org/jira/browse/HBASE-17852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16169485#comment-16169485
]
Ted Yu commented on HBASE-17852:
--------------------------------
{code}
+ String coproc = conf.get(CoprocessorHost.REGION_COPROCESSOR_CONF_KEY);
+ String regionObserverClass = BackupObserver.class.getName();
{code}
What's the implication of the above change ? Is BackupManager loaded server
side ?
{code}
+ public static HTableDescriptor
getSystemTableForBulkLoadedDataDescriptor(Configuration conf) {
{code}
getSystemTableForBulkLoadedDataDescriptor -> getTableDescriptorForBulkLoadedData
{code}
+ public static TableName getTableForBulkLoadedDataName(Configuration conf) {
{code}
getTableForBulkLoadedDataName -> getTableNameForBulkLoadedData
> Add Fault tolerance to HBASE-14417 (Support bulk loaded files in incremental
> backup)
> ------------------------------------------------------------------------------------
>
> Key: HBASE-17852
> URL: https://issues.apache.org/jira/browse/HBASE-17852
> Project: HBase
> Issue Type: Sub-task
> Reporter: Vladimir Rodionov
> Assignee: Vladimir Rodionov
> Fix For: 2.0.0
>
> Attachments: HBASE-17852-v1.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)