BukrosSzabolcs commented on a change in pull request #3851:
URL: https://github.com/apache/hbase/pull/3851#discussion_r766671146



##########
File path: hbase-shell/src/main/ruby/shell/commands/clone_snapshot.rb
##########
@@ -33,13 +33,17 @@ def help
 newly created table.
 
   hbase> clone_snapshot 'snapshotName', 'namespace:tableName', 
{RESTORE_ACL=>true}
+
+StoreFileTracker implementation used after restore can be set by the following 
command.
+  hbase> clone_snapshot 'snapshotName', 'namespace:tableName', 
{CLONE_SFT=>FILE}

Review comment:
       Based on other examples the sell prefers single quotes, but you are 
right those are missing.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to