petersomogyi commented on a change in pull request #2923:
URL: https://github.com/apache/hbase/pull/2923#discussion_r585524984
##########
File path: hbase-shell/src/main/ruby/shell/commands/snapshot.rb
##########
@@ -24,7 +24,7 @@ def help
Take a snapshot of specified table. Examples:
hbase> snapshot 'sourceTable', 'snapshotName'
- hbase> snapshot 'namespace:sourceTable', 'snapshotName', {SKIP_FLUSH => true}
+ hbase> snapshot 'namespace:sourceTable', 'snapshotName', {SKIP_FLUSH => true
| MAX_FILESIZE => 21474836480}
Review comment:
Shouldn't it be separated with comma instead of pipe? `{SKIP_FLUSH =>
true, MAX_FILESIZE => 21474836480}`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]