From e380b9ad5444fa0a50e25b51233d7485d116144d Mon Sep 17 00:00:00 2001 From: Sakthi Date: Wed, 25 Apr 2018 19:32:40 -0700 Subject: [PATCH] HBASE-20482 Printed a link to the ref guide chapter for the shell during startup --- hbase-shell/src/main/ruby/shell.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/hbase-shell/src/main/ruby/shell.rb b/hbase-shell/src/main/ruby/shell.rb index ab07a79b985d9a724db607dbcd7fd24ce2c2e536..1d0f8443f587a8cc3320bb1312a1c7d9b3fa3155 100644 --- a/hbase-shell/src/main/ruby/shell.rb +++ b/hbase-shell/src/main/ruby/shell.rb @@ -152,6 +152,7 @@ module Shell puts 'HBase Shell' puts 'Use "help" to get list of supported commands.' puts 'Use "exit" to quit this interactive shell.' + puts 'For Reference, please visit: http://hbase.apache.org/book.html#shell' print 'Version ' command('version') puts -- 2.15.1 (Apple Git-101)