Description
Add support of running from command line for 'hbase shell'.
Now you can execute shell command from the bash like this:
bin/hbase shell --exec='scan ".META"'
The result can be piped to grep or other command.
Add support of running from command line for 'hbase shell'.
Now you can execute shell command from the bash like this:
bin/hbase shell --exec='scan ".META"'
The result can be piped to grep or other command.