[
https://issues.apache.org/jira/browse/HBASE-18870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218614#comment-16218614
]
Ted Yu commented on HBASE-18870:
--------------------------------
Probably minor issue:
{code}
96 String jobname = "Full-Backup-" + backupInfo.getBackupId() + "-"
+ table.getNameAsString();
{code}
Underscore is used for other job names. Naming should be consistent.
> Hbase Backup should set the details to MR jobs
> ----------------------------------------------
>
> Key: HBASE-18870
> URL: https://issues.apache.org/jira/browse/HBASE-18870
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 2.0.0
> Reporter: Vishal Khandelwal
> Assignee: Vishal Khandelwal
> Priority: Minor
> Labels: backup
> Fix For: 2.0.0
>
> Attachments: HBASE-18870.branch-2.v1.patch
>
>
> For Incremental and Full Backups job names should be set correctly. It would
> make the debug and monitoring better.
> Current :
> incremental -> WALPlayer_1506332227619
> ExportSnapshot-snapshot_1506323760362_default_t1
> Proposed :
> incremental -> Backup_Incremental_<backupId>_<table_name>
> Full -> Backups_Full_<backupID>_<table_name>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)