[
https://issues.apache.org/jira/browse/HBASE-18929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16195118#comment-16195118
]
Hudson commented on HBASE-18929:
--------------------------------
Results for branch HBASE-18467, done in 4 hr 24 min and counting
[build #136 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/HBASE-18467/136/]:
FAILURE
----
details (if available):
(x) *{color:red}-1 overall{color}*
Committer, please check your recent inclusion of a patch for this issue.
(x) {color:red}-1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/HBASE-18467/136//General_Nightly_Build_Report/]
(/) {color:green}+1 jdk8 checks{color}
-- For more information [see jdk8
report|https://builds.apache.org/job/HBase%20Nightly/job/HBASE-18467/136//JDK8_Nightly_Build_Report/]
(x) {color:red}-1 source release artifact{color}
-- See build output for details.
> Hbase backup command doesn’t show debug option to enable backup in debug mode
> -----------------------------------------------------------------------------
>
> Key: HBASE-18929
> URL: https://issues.apache.org/jira/browse/HBASE-18929
> Project: HBase
> Issue Type: Improvement
> Reporter: Amit Kabra
> Assignee: Amit Kabra
> Priority: Minor
> Fix For: 2.0.0-alpha-4
>
> Attachments: 18929.txt, HBASE-18929.patch
>
>
> {code}./hbase backup create {code}
> ...
> Usage: hbase backup create <type> <backup_path> [options]
> type "full" to create a full backup image
> "incremental" to create an incremental backup image
> backup_path Full path to store the backup image
> Options:
> -b <arg> Bandwidth per task (MapReduce task) in MB/s
> -q <arg> Yarn queue name to run backup create command on
> -s <arg> Backup set to backup, mutually exclusive with -t (table
> list)
> -t <arg> Table name list, comma-separated.
> -w <arg> Number of parallel MapReduce tasks to execute
> The above help doesn't show that we can actually run backups in debug mode
> easily by just providing -d option which is very helpful in debugging.
> The following code works well.
> {code}/hbase backup create full hdfs://localhost:8020/test/ -t test1 -d{code}
> and shows all debug logs.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)