Return-Path: X-Original-To: apmail-hive-user-archive@www.apache.org Delivered-To: apmail-hive-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC54318F7E for ; Fri, 19 Feb 2016 20:23:49 +0000 (UTC) Received: (qmail 18421 invoked by uid 500); 19 Feb 2016 20:23:48 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 18342 invoked by uid 500); 19 Feb 2016 20:23:47 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 18332 invoked by uid 99); 19 Feb 2016 20:23:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2016 20:23:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 85763C0CC3 for ; Fri, 19 Feb 2016 20:23:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.721 X-Spam-Level: X-Spam-Status: No, score=-0.721 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id gakEY1rp3L08 for ; Fri, 19 Feb 2016 20:23:45 +0000 (UTC) Received: from BLU004-OMC3S8.hotmail.com (blu004-omc3s8.hotmail.com [65.55.116.83]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTPS id 56C345F1B4 for ; Fri, 19 Feb 2016 20:23:45 +0000 (UTC) Received: from BLU436-SMTP7 ([65.55.116.72]) by BLU004-OMC3S8.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Fri, 19 Feb 2016 12:23:38 -0800 X-TMN: [exnq5rKekTpWHTLit/SiEuIM6/LiYNnQ] X-Originating-Email: [mahender.bigdata@outlook.com] Message-ID: Subject: Re: TBLPROPERTIES K/V Comprehensive List To: user@hive.apache.org References: From: mahender bigdata Date: Fri, 19 Feb 2016 12:23:13 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Feb 2016 20:23:38.0159 (UTC) FILETIME=[6A6003F0:01D16B53] +1, Any information available ? On 2/10/2016 1:26 AM, Mathan Rajendran wrote: > Hi , > > Is there any place where I can see a list of Key/Value Pairs used in > Hive while creating a Table. > > I went through the code and find the java > doc hive_metastoreConstants.java is having few constants list but not > the complete list. > > > Eg. Compression like orc.compression and other properties are missing. > > > Regards, > Madhan