Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 140E99FC5 for ; Mon, 14 May 2012 17:45:21 +0000 (UTC) Received: (qmail 39075 invoked by uid 500); 14 May 2012 17:45:21 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 39022 invoked by uid 500); 14 May 2012 17:45:20 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 39010 invoked by uid 99); 14 May 2012 17:45:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2012 17:45:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2012 17:45:19 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 69A5023889B3 for ; Mon, 14 May 2012 17:44:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1338311 - /hive/trunk/conf/hive-default.xml.template Date: Mon, 14 May 2012 17:44:59 -0000 To: commits@hive.apache.org From: namit@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120514174459.69A5023889B3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: namit Date: Mon May 14 17:44:58 2012 New Revision: 1338311 URL: http://svn.apache.org/viewvc?rev=1338311&view=rev Log: HIVE-3022 Add hive.exec.rcfile.use.explicit.header to hive-default.xml.template (Kevin Wilfong via namit) Modified: hive/trunk/conf/hive-default.xml.template Modified: hive/trunk/conf/hive-default.xml.template URL: http://svn.apache.org/viewvc/hive/trunk/conf/hive-default.xml.template?rev=1338311&r1=1338310&r2=1338311&view=diff ============================================================================== --- hive/trunk/conf/hive-default.xml.template (original) +++ hive/trunk/conf/hive-default.xml.template Mon May 14 17:44:58 2012 @@ -1282,5 +1282,15 @@ + + hive.exec.rcfile.use.explicit.header + true + + If this is set the header for RC Files will simply be RCF. If this is not + set the header will be that borrowed from sequence files, e.g. SEQ- followed + by the input and output RC File formats. + + +