[jira] [Updated] (HBASE-10082) Describe 'table' output is all on one line, could use better formatting

2014-10-20 Thread Srikanth Srungarapu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Srikanth Srungarapu updated HBASE-10082:

Attachment: HBASE-10082.patch
desc_output_screenshot.png

Attaching the patch and the corresponding screenshot for desc output.

 Describe 'table' output is all on one line, could use better formatting
 ---

 Key: HBASE-10082
 URL: https://issues.apache.org/jira/browse/HBASE-10082
 Project: HBase
  Issue Type: Improvement
  Components: shell
 Environment: 0.94.2-cdh4.2.1
Reporter: Maxime C Dumas
Assignee: Sean Busbey
Priority: Minor
 Attachments: HBASE-10082.patch, desc_output_screenshot.png


 If you describe 'table' from the HBase shell, you get an output like this for 
 a very simple table:
 hbase(main):023:0 describe 'movie'
 DESCRIPTION   
 ENABLED 
  {NAME = 'movie', FAMILIES = [{NAME = 'info', DATA_BLOCK_ENCODING = 
 'NONE', B true
  LOOMFILTER = 'NONE', REPLICATION_SCOPE = '0', VERSIONS = '3', COMPRESSION 
 =  
  'NONE', MIN_VERSIONS = '0', TTL = '2147483647', KEEP_DELETED_CELLS = 
 'false', 
   BLOCKSIZE = '65536', IN_MEMORY = 'false', ENCODE_ON_DISK = 'true', 
 BLOCKCACH 
  E = 'true'}, {NAME = 'media', DATA_BLOCK_ENCODING = 'NONE', BLOOMFILTER 
 = 'N 
  ONE', REPLICATION_SCOPE = '0', VERSIONS = '1', COMPRESSION = 'NONE', 
 MIN_VERS 
  IONS = '0', TTL = '2147483647', KEEP_DELETED_CELLS = 'false', BLOCKSIZE 
 = '6 
  5536', IN_MEMORY = 'false', ENCODE_ON_DISK = 'true', BLOCKCACHE = 
 'true'}]}   
 1 row(s) in 0.0250 seconds
 Not only everything is on one row, but also it seems to be limited in width 
 (82 chars).
 I suggest we do a line return on each column family, or format it into a JSON 
 (lint) format, or anything more readable!
 Thanks!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-10082) Describe 'table' output is all on one line, could use better formatting

2014-10-20 Thread Srikanth Srungarapu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Srikanth Srungarapu updated HBASE-10082:

Status: Patch Available  (was: Open)

 Describe 'table' output is all on one line, could use better formatting
 ---

 Key: HBASE-10082
 URL: https://issues.apache.org/jira/browse/HBASE-10082
 Project: HBase
  Issue Type: Improvement
  Components: shell
 Environment: 0.94.2-cdh4.2.1
Reporter: Maxime C Dumas
Assignee: Srikanth Srungarapu
Priority: Minor
 Attachments: HBASE-10082.patch, desc_output_screenshot.png


 If you describe 'table' from the HBase shell, you get an output like this for 
 a very simple table:
 hbase(main):023:0 describe 'movie'
 DESCRIPTION   
 ENABLED 
  {NAME = 'movie', FAMILIES = [{NAME = 'info', DATA_BLOCK_ENCODING = 
 'NONE', B true
  LOOMFILTER = 'NONE', REPLICATION_SCOPE = '0', VERSIONS = '3', COMPRESSION 
 =  
  'NONE', MIN_VERSIONS = '0', TTL = '2147483647', KEEP_DELETED_CELLS = 
 'false', 
   BLOCKSIZE = '65536', IN_MEMORY = 'false', ENCODE_ON_DISK = 'true', 
 BLOCKCACH 
  E = 'true'}, {NAME = 'media', DATA_BLOCK_ENCODING = 'NONE', BLOOMFILTER 
 = 'N 
  ONE', REPLICATION_SCOPE = '0', VERSIONS = '1', COMPRESSION = 'NONE', 
 MIN_VERS 
  IONS = '0', TTL = '2147483647', KEEP_DELETED_CELLS = 'false', BLOCKSIZE 
 = '6 
  5536', IN_MEMORY = 'false', ENCODE_ON_DISK = 'true', BLOCKCACHE = 
 'true'}]}   
 1 row(s) in 0.0250 seconds
 Not only everything is on one row, but also it seems to be limited in width 
 (82 chars).
 I suggest we do a line return on each column family, or format it into a JSON 
 (lint) format, or anything more readable!
 Thanks!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-10082) Describe 'table' output is all on one line, could use better formatting

2014-10-20 Thread Srikanth Srungarapu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Srikanth Srungarapu updated HBASE-10082:

Attachment: HBASE-10082_v2.patch

Updated patch addressing the feedback.

 Describe 'table' output is all on one line, could use better formatting
 ---

 Key: HBASE-10082
 URL: https://issues.apache.org/jira/browse/HBASE-10082
 Project: HBase
  Issue Type: Improvement
  Components: shell
 Environment: 0.94.2-cdh4.2.1
Reporter: Maxime C Dumas
Assignee: Srikanth Srungarapu
Priority: Minor
 Attachments: HBASE-10082.patch, HBASE-10082_v2.patch, 
 desc_output_screenshot.png


 If you describe 'table' from the HBase shell, you get an output like this for 
 a very simple table:
 hbase(main):023:0 describe 'movie'
 DESCRIPTION   
 ENABLED 
  {NAME = 'movie', FAMILIES = [{NAME = 'info', DATA_BLOCK_ENCODING = 
 'NONE', B true
  LOOMFILTER = 'NONE', REPLICATION_SCOPE = '0', VERSIONS = '3', COMPRESSION 
 =  
  'NONE', MIN_VERSIONS = '0', TTL = '2147483647', KEEP_DELETED_CELLS = 
 'false', 
   BLOCKSIZE = '65536', IN_MEMORY = 'false', ENCODE_ON_DISK = 'true', 
 BLOCKCACH 
  E = 'true'}, {NAME = 'media', DATA_BLOCK_ENCODING = 'NONE', BLOOMFILTER 
 = 'N 
  ONE', REPLICATION_SCOPE = '0', VERSIONS = '1', COMPRESSION = 'NONE', 
 MIN_VERS 
  IONS = '0', TTL = '2147483647', KEEP_DELETED_CELLS = 'false', BLOCKSIZE 
 = '6 
  5536', IN_MEMORY = 'false', ENCODE_ON_DISK = 'true', BLOCKCACHE = 
 'true'}]}   
 1 row(s) in 0.0250 seconds
 Not only everything is on one row, but also it seems to be limited in width 
 (82 chars).
 I suggest we do a line return on each column family, or format it into a JSON 
 (lint) format, or anything more readable!
 Thanks!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-10082) Describe 'table' output is all on one line, could use better formatting

2014-10-20 Thread Srikanth Srungarapu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Srikanth Srungarapu updated HBASE-10082:

Attachment: HBASE-10082_v3.patch

 Describe 'table' output is all on one line, could use better formatting
 ---

 Key: HBASE-10082
 URL: https://issues.apache.org/jira/browse/HBASE-10082
 Project: HBase
  Issue Type: Improvement
  Components: shell
 Environment: 0.94.2-cdh4.2.1
Reporter: Maxime C Dumas
Assignee: Srikanth Srungarapu
Priority: Minor
 Attachments: HBASE-10082.patch, HBASE-10082_v2.patch, 
 HBASE-10082_v3.patch, desc_output_screenshot.png


 If you describe 'table' from the HBase shell, you get an output like this for 
 a very simple table:
 hbase(main):023:0 describe 'movie'
 DESCRIPTION   
 ENABLED 
  {NAME = 'movie', FAMILIES = [{NAME = 'info', DATA_BLOCK_ENCODING = 
 'NONE', B true
  LOOMFILTER = 'NONE', REPLICATION_SCOPE = '0', VERSIONS = '3', COMPRESSION 
 =  
  'NONE', MIN_VERSIONS = '0', TTL = '2147483647', KEEP_DELETED_CELLS = 
 'false', 
   BLOCKSIZE = '65536', IN_MEMORY = 'false', ENCODE_ON_DISK = 'true', 
 BLOCKCACH 
  E = 'true'}, {NAME = 'media', DATA_BLOCK_ENCODING = 'NONE', BLOOMFILTER 
 = 'N 
  ONE', REPLICATION_SCOPE = '0', VERSIONS = '1', COMPRESSION = 'NONE', 
 MIN_VERS 
  IONS = '0', TTL = '2147483647', KEEP_DELETED_CELLS = 'false', BLOCKSIZE 
 = '6 
  5536', IN_MEMORY = 'false', ENCODE_ON_DISK = 'true', BLOCKCACHE = 
 'true'}]}   
 1 row(s) in 0.0250 seconds
 Not only everything is on one row, but also it seems to be limited in width 
 (82 chars).
 I suggest we do a line return on each column family, or format it into a JSON 
 (lint) format, or anything more readable!
 Thanks!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-10082) Describe 'table' output is all on one line, could use better formatting

2014-10-20 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-10082:
--
   Resolution: Fixed
Fix Version/s: 0.99.2
   0.98.8
   2.0.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

Pushed to 0.98+. Thanks for patch [~srikanth235] (and reviews [~busbey])

 Describe 'table' output is all on one line, could use better formatting
 ---

 Key: HBASE-10082
 URL: https://issues.apache.org/jira/browse/HBASE-10082
 Project: HBase
  Issue Type: Improvement
  Components: shell
 Environment: 0.94.2-cdh4.2.1
Reporter: Maxime C Dumas
Assignee: Srikanth Srungarapu
Priority: Minor
 Fix For: 2.0.0, 0.98.8, 0.99.2

 Attachments: HBASE-10082.patch, HBASE-10082_v2.patch, 
 HBASE-10082_v3.patch, desc_output_screenshot.png


 If you describe 'table' from the HBase shell, you get an output like this for 
 a very simple table:
 hbase(main):023:0 describe 'movie'
 DESCRIPTION   
 ENABLED 
  {NAME = 'movie', FAMILIES = [{NAME = 'info', DATA_BLOCK_ENCODING = 
 'NONE', B true
  LOOMFILTER = 'NONE', REPLICATION_SCOPE = '0', VERSIONS = '3', COMPRESSION 
 =  
  'NONE', MIN_VERSIONS = '0', TTL = '2147483647', KEEP_DELETED_CELLS = 
 'false', 
   BLOCKSIZE = '65536', IN_MEMORY = 'false', ENCODE_ON_DISK = 'true', 
 BLOCKCACH 
  E = 'true'}, {NAME = 'media', DATA_BLOCK_ENCODING = 'NONE', BLOOMFILTER 
 = 'N 
  ONE', REPLICATION_SCOPE = '0', VERSIONS = '1', COMPRESSION = 'NONE', 
 MIN_VERS 
  IONS = '0', TTL = '2147483647', KEEP_DELETED_CELLS = 'false', BLOCKSIZE 
 = '6 
  5536', IN_MEMORY = 'false', ENCODE_ON_DISK = 'true', BLOCKCACHE = 
 'true'}]}   
 1 row(s) in 0.0250 seconds
 Not only everything is on one row, but also it seems to be limited in width 
 (82 chars).
 I suggest we do a line return on each column family, or format it into a JSON 
 (lint) format, or anything more readable!
 Thanks!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-10082) Describe 'table' output is all on one line, could use better formatting

2014-08-25 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-10082:


Component/s: shell
   Assignee: Sean Busbey

 Describe 'table' output is all on one line, could use better formatting
 ---

 Key: HBASE-10082
 URL: https://issues.apache.org/jira/browse/HBASE-10082
 Project: HBase
  Issue Type: Improvement
  Components: shell
 Environment: 0.94.2-cdh4.2.1
Reporter: Maxime C Dumas
Assignee: Sean Busbey
Priority: Minor

 If you describe 'table' from the HBase shell, you get an output like this for 
 a very simple table:
 hbase(main):023:0 describe 'movie'
 DESCRIPTION   
 ENABLED 
  {NAME = 'movie', FAMILIES = [{NAME = 'info', DATA_BLOCK_ENCODING = 
 'NONE', B true
  LOOMFILTER = 'NONE', REPLICATION_SCOPE = '0', VERSIONS = '3', COMPRESSION 
 =  
  'NONE', MIN_VERSIONS = '0', TTL = '2147483647', KEEP_DELETED_CELLS = 
 'false', 
   BLOCKSIZE = '65536', IN_MEMORY = 'false', ENCODE_ON_DISK = 'true', 
 BLOCKCACH 
  E = 'true'}, {NAME = 'media', DATA_BLOCK_ENCODING = 'NONE', BLOOMFILTER 
 = 'N 
  ONE', REPLICATION_SCOPE = '0', VERSIONS = '1', COMPRESSION = 'NONE', 
 MIN_VERS 
  IONS = '0', TTL = '2147483647', KEEP_DELETED_CELLS = 'false', BLOCKSIZE 
 = '6 
  5536', IN_MEMORY = 'false', ENCODE_ON_DISK = 'true', BLOCKCACHE = 
 'true'}]}   
 1 row(s) in 0.0250 seconds
 Not only everything is on one row, but also it seems to be limited in width 
 (82 chars).
 I suggest we do a line return on each column family, or format it into a JSON 
 (lint) format, or anything more readable!
 Thanks!



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HBASE-10082) Describe 'table' output is all on one line, could use better formatting

2013-12-04 Thread Maxime C Dumas (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxime C Dumas updated HBASE-10082:
---

Priority: Minor  (was: Major)

 Describe 'table' output is all on one line, could use better formatting
 ---

 Key: HBASE-10082
 URL: https://issues.apache.org/jira/browse/HBASE-10082
 Project: HBase
  Issue Type: Improvement
 Environment: 0.94.2-cdh4.2.1
Reporter: Maxime C Dumas
Priority: Minor

 If you describe 'table' from the HBase shell, you get an output like this for 
 a very simple table:
 hbase(main):023:0 describe 'movie'
 DESCRIPTION   
 ENABLED 
  {NAME = 'movie', FAMILIES = [{NAME = 'info', DATA_BLOCK_ENCODING = 
 'NONE', B true
  LOOMFILTER = 'NONE', REPLICATION_SCOPE = '0', VERSIONS = '3', COMPRESSION 
 =  
  'NONE', MIN_VERSIONS = '0', TTL = '2147483647', KEEP_DELETED_CELLS = 
 'false', 
   BLOCKSIZE = '65536', IN_MEMORY = 'false', ENCODE_ON_DISK = 'true', 
 BLOCKCACH 
  E = 'true'}, {NAME = 'media', DATA_BLOCK_ENCODING = 'NONE', BLOOMFILTER 
 = 'N 
  ONE', REPLICATION_SCOPE = '0', VERSIONS = '1', COMPRESSION = 'NONE', 
 MIN_VERS 
  IONS = '0', TTL = '2147483647', KEEP_DELETED_CELLS = 'false', BLOCKSIZE 
 = '6 
  5536', IN_MEMORY = 'false', ENCODE_ON_DISK = 'true', BLOCKCACHE = 
 'true'}]}   
 1 row(s) in 0.0250 seconds
 Not only everything is on one row, but also it seems to be limited in width 
 (82 chars).
 I suggest we do a line return on each column family, or format it into a JSON 
 (lint) format, or anything more readable!
 Thanks!



--
This message was sent by Atlassian JIRA
(v6.1#6144)