HBase IRB shell: Don't pretty-print the output when stdout isn't a TTY
----------------------------------------------------------------------

                 Key: HBASE-3973
                 URL: https://issues.apache.org/jira/browse/HBASE-3973
             Project: HBase
          Issue Type: Improvement
          Components: shell
            Reporter: Benoit Sigoure
            Assignee: Benoit Sigoure
            Priority: Minor


In the HBase shell, when the output isn't a TTY, the shell assumes the 
"terminal" to be 100 characters wide.  The way the shell wraps things around 
makes it very hard to script the output of the shell (e.g. redirect the output 
to a file and then work on that file, or pipe the output to another command).

When stdout isn't a TTY, the shell shouldn't try to wrap things around.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to