Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.6.0
-
HBase branch-2.6
Description
It seems the parameter to specify the yarn queue for HBase backup (`-q`) is ignored:
hbase backup create full hdfs:///tmp/backups/hbasetest/hbase -q hbase-backup
gets executed on the "default" queue.
Setting the queue through the configuration does work.