You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Peter Somogyi (JIRA)" <ji...@apache.org> on 2018/03/22 15:04:00 UTC

[jira] [Created] (HBASE-20253) Error message is missing for restore_snapshot

Peter Somogyi created HBASE-20253:
-------------------------------------

             Summary: Error message is missing for restore_snapshot
                 Key: HBASE-20253
                 URL: https://issues.apache.org/jira/browse/HBASE-20253
             Project: HBase
          Issue Type: Sub-task
          Components: shell
    Affects Versions: 2.0.0
            Reporter: Peter Somogyi


When the table is not disabled and restore_snapshot executed the error message is useless, only displays the table name.


hbase(main):007:0> restore_snapshot 'tsnap'

ERROR: t

Restore a specified snapshot.
The restore will replace the content of the original table,
bringing back the content to the snapshot state.
The table must be disabled.

Examples:
  hbase> restore_snapshot 'snapshotName'

Following command will restore all acl from snapshot table into the table.

  hbase> restore_snapshot 'snapshotName', \{RESTORE_ACL=>true}

Took 0.1044 seconds



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)