Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E10D5119EA for ; Sun, 25 May 2014 11:36:02 +0000 (UTC) Received: (qmail 69942 invoked by uid 500); 25 May 2014 11:36:01 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 69818 invoked by uid 500); 25 May 2014 11:36:01 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 69725 invoked by uid 500); 25 May 2014 11:36:01 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 69689 invoked by uid 99); 25 May 2014 11:36:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 May 2014 11:36:01 +0000 Date: Sun, 25 May 2014 11:36:01 +0000 (UTC) From: "Chinna Rao Lalam (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-6928) Beeline should not chop off "describe extended" results by default MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14008317#comment-14008317 ] Chinna Rao Lalam commented on HIVE-6928: ---------------------------------------- Hi Szehon Ho, Thanks for reviewing the patch. Reworked the patch. > Beeline should not chop off "describe extended" results by default > ------------------------------------------------------------------ > > Key: HIVE-6928 > URL: https://issues.apache.org/jira/browse/HIVE-6928 > Project: Hive > Issue Type: Bug > Components: CLI > Reporter: Szehon Ho > Assignee: Chinna Rao Lalam > Attachments: HIVE-6928.1.patch, HIVE-6928.patch > > > By default, beeline truncates long results based on the console width like: > +-----------------------------+----------------------------------------------------------------------------------------------------------------------+ > | col_name | | > +-----------------------------+----------------------------------------------------------------------------------------------------------------------+ > | pat_id | string | > | score | float | > | acutes | float | > | | | > | Detailed Table Information | Table(tableName:refills, dbName:default, owner:hdadmin, createTime:1393882396, lastAccessTime:0, retention:0, sd:Sto | > +-----------------------------+----------------------------------------------------------------------------------------------------------------------+ > 5 rows selected (0.4 seconds) > This can be changed by !outputformat, but the default should behave better to give a better experience to the first-time beeline user. -- This message was sent by Atlassian JIRA (v6.2#6252)