hbase-site.xml
or by setting system property hbaseshell.formatter
. System property setting prevails over all other configurations. Outputs UTF-8 encoded Strings even if original data is binary. On static initialization, changes System.out to be a UTF-8 output stream. . TODO: Mysql has --skip-column-names and --silent which inserts a tab as separator. Also has --html and --xml.
To use the html formatter, currently set HBASE_OPTS as in: $ HBASE_OPTS="-Dhbaseshell.formatter=org.apache.hadoop.hbase.shell.formatter.HtmlTableFormatter" ./bin/hbase shell
|
|