From 97314e78cc948c9db77d3b2767a05333ed86e71e Mon Sep 17 00:00:00 2001 From: stack Date: Thu, 6 Dec 2018 23:05:21 -0800 Subject: [PATCH] HBASE-21567 Allow overriding configs starting up the shell Adds support for -D as option to 'hbase shell' --- bin/hirb.rb | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) diff --git a/bin/hirb.rb b/bin/hirb.rb index 790ecdc276..a40fa953a6 100644 --- a/bin/hirb.rb +++ b/bin/hirb.rb @@ -54,21 +54,47 @@ $LOAD_PATH.unshift Pathname.new(sources) cmdline_help = <