Shell enhancements - getting description of row (list 'T1','R1')
----------------------------------------------------------------

                 Key: HBASE-4882
                 URL: https://issues.apache.org/jira/browse/HBASE-4882
             Project: HBase
          Issue Type: Improvement
          Components: shell
    Affects Versions: 0.90.2
            Reporter: Mikael Sitruk
             Fix For: 0.90.2


In case a row keep a lot of columns, invoking the get operation on the key will 
display too much information (without scrolling possibility) 
The idea here is not to display the content of the cells, but the name of each 
columns. 
for example 
list 'T1','R1' will display the columns of R1 of T1
C1,
C2,
C3,
C4,
C5.....



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to