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 F0F2C10A4A for ; Thu, 26 Dec 2013 16:58:05 +0000 (UTC) Received: (qmail 28757 invoked by uid 500); 26 Dec 2013 16:58:01 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 28575 invoked by uid 500); 26 Dec 2013 16:57:59 -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 28510 invoked by uid 500); 26 Dec 2013 16:57:57 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 28438 invoked by uid 99); 26 Dec 2013 16:57:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Dec 2013 16:57:52 +0000 Date: Thu, 26 Dec 2013 16:57:52 +0000 (UTC) From: "Thejas M Nair (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-6044) webhcat should be able to return detailed serde information when show table using "fromat=extended" 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-6044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13856937#comment-13856937 ] Thejas M Nair commented on HIVE-6044: ------------------------------------- +1 > webhcat should be able to return detailed serde information when show table using "fromat=extended" > --------------------------------------------------------------------------------------------------- > > Key: HIVE-6044 > URL: https://issues.apache.org/jira/browse/HIVE-6044 > Project: Hive > Issue Type: Bug > Reporter: Shuaishuai Nie > Assignee: Shuaishuai Nie > Attachments: HIVE-6044.1.patch > > > Now in webhcat, when using GET ddl/database/:db/table/:table and "format=extended", return value is based on query "show table extended like". However, this query doesn't contains serde info like "line.delim" and "filed.delim". In this case, user won't have enough information to reconstruct the exact same table based on the information from the json file. The "descExtendedTable" function in HcatDelegator should also return extra fields from query "desc extended tablename" which contains fields "sd", "retention", "parameters" "parametersSize" and "tableType". -- This message was sent by Atlassian JIRA (v6.1.5#6160)