Details
Description
Calling hbase version currently outputs the version info by writing to LOG.info. This means, if you change the default log level settings, you may get no output at all on the command line.
Since VersionInfo.main() is being called, it should really just output straight to stdout.