Dieter De Paepe created HBASE-28389: ---------------------------------------
Summary: Hbase backup yarn queue parameter ignored Key: HBASE-28389 URL: https://issues.apache.org/jira/browse/HBASE-28389 Project: HBase Issue Type: Bug Components: backup&restore Affects Versions: 2.6.0 Environment: HBase branch-2.6 Reporter: Dieter De Paepe It seems the parameter to specify the yarn queue for HBase backup (`-q`) is ignored: {code:java} hbase backup create full hdfs:///tmp/backups/hbasetest/hbase -q hbase-backup {code} gets executed on the "default" queue. Setting the queue through the configuration does work. -- This message was sent by Atlassian Jira (v8.20.10#820010)