Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8AA7010C3D for ; Wed, 4 Dec 2013 18:48:35 +0000 (UTC) Received: (qmail 58875 invoked by uid 500); 4 Dec 2013 18:48:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 58836 invoked by uid 500); 4 Dec 2013 18:48:35 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 58823 invoked by uid 99); 4 Dec 2013 18:48:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 18:48:35 +0000 Date: Wed, 4 Dec 2013 18:48:35 +0000 (UTC) From: "Maxime C Dumas (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-10082) Describe 'table' output is all on one line, could use better formatting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Maxime C Dumas created HBASE-10082: -------------------------------------- Summary: 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 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)