bitterfox opened a new pull request, #4490:
URL: https://github.com/apache/hbase/pull/4490

   https://issues.apache.org/jira/browse/HBASE-27086
   
   There's 2 issues
   
   - `hbase shell` shows prompt always even through `echo "balance_switch 
false" | hbase shell -n` (noninteractive mode or piped)
   - irb now shows empty line at end of output, so `tail -1` retrieve the empty 
line. need `tail -2 | head -1` to retrieve true/false for previous balancer 
status
   
   Need this patch in branc-2.4, 2.5, 2, 3, master
   


-- 
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