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 563B1DFC9 for ; Fri, 14 Dec 2012 17:11:30 +0000 (UTC) Received: (qmail 60206 invoked by uid 500); 14 Dec 2012 17:11:29 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 59663 invoked by uid 500); 14 Dec 2012 17:11:28 -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 59635 invoked by uid 99); 14 Dec 2012 17:11:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2012 17:11:27 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=HTML_IMAGE_ONLY_20,HTML_MESSAGE,HTML_SHORT_LINK_IMG_3,RCVD_IN_DNSWL_LOW,SPF_PASS,T_REMOTE_IMAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tedr@hortonworks.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-ia0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2012 17:11:19 +0000 Received: by mail-ia0-f176.google.com with SMTP id y26so3274445iab.35 for ; Fri, 14 Dec 2012 09:10:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=VbZIvyjXjOkA1kWbiyIfSsSeG0lWuWGZFB8kT8Nt8oI=; b=gD3D4nReKQ7cEwxjM63iYWZ4uNzhESGe/i8QP4aURzvWG2V7rPFn8VOfOOW+Xp8nQC mIfclQ7OI4yQh6upu7elUkG4VLp29WtKjM2QIW6R11iCbrPG8g1daxUpJHbILj6n2zrB qQeItC2+xeYk6FyB3IshaNiwW+KPjc4BCkxoweQWW4KIO4+OFUOr2m/kQ8Y9tZWunysB F5PrletBh4TroiWJiyPDCWXvKr4TbElrgR2wVdK3oaz3y3Bg0PpGYQJLbMcuBp6JKMwd NqFcAw8De8Md0Hxn8c1ImFCFg11Emshyk1HjGGE82VCUjy5usJhxtfpufwODD7/2FnLt pA/g== Received: by 10.42.139.74 with SMTP id f10mr5095859icu.4.1355505051348; Fri, 14 Dec 2012 09:10:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.141.1 with HTTP; Fri, 14 Dec 2012 09:10:30 -0800 (PST) In-Reply-To: References: From: Ted Reynolds Date: Fri, 14 Dec 2012 09:10:30 -0800 Message-ID: Subject: Re: Possible to set map/reduce log level in configuration file? To: user@hive.apache.org Content-Type: multipart/alternative; boundary=90e6ba6e8db413b00104d0d31d90 X-Gm-Message-State: ALoCoQltgReGCoGWbwhOmZuBI/9hT7t4nL+Bbwo7Vki1D1MVrKpgQAN3hTd8YZQkRBM4zB2EEhZ4 X-Virus-Checked: Checked by ClamAV on apache.org --90e6ba6e8db413b00104d0d31d90 Content-Type: text/plain; charset=ISO-8859-1 Hi Krishna, You can also set these properties in the mapred-site.xml, but this would require a restart of your cluster. Ted. Ted Reynolds Technical Support Engineer Hortonworks Work Phone: 408-645-7079 On Fri, Dec 14, 2012 at 2:44 AM, Nitin Pawar wrote: > if you want this to be set at every query you execute best would have a > hiverc file and then include it as hive -i hiverc > > alternatively, you can create a .hiverc into your home directory and set > the parameters you want, these will be included in each session > > > On Fri, Dec 14, 2012 at 4:05 PM, Krishna Rao wrote: > >> Hi all, >> >> is it possible to set: mapreduce.map.log.level & >> mapreduce.reduce.log.level, within some config file? >> >> At the moment I have to remember to set these at the start of a hive >> session, or script. >> >> Cheers, >> >> Krishna >> > > > > -- > Nitin Pawar > --90e6ba6e8db413b00104d0d31d90 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Krishna,

You can also set these properties in the map= red-site.xml, but this would require a restart of your cluster.
<= br>
Ted.

Ted Reynolds
Technical Support Engineer
Hortonworks
Work Phone:= 408-645-7079





On Fri, Dec 14, 2012 at 2:44 AM, Nitin P= awar <nitinpawar432@gmail.com> wrote:
if you want this to be set at every query you execute best would have a hiv= erc file and then include it as hive -i hiverc=A0

altern= atively, you can create a .hiverc into your home directory and set the para= meters you want, these will be included in each session=A0


On Fri, Dec 14, 2012 at 4:05 PM, Krishna Rao &l= t;krishnanjrao@= gmail.com> wrote:
Hi all,

is it possible to= set:=A0mapreduce.map.log.level & mapreduce.reduce.log.level, within so= me config file?

At the moment I have to remember to set these at the st= art of a hive session, or script.

Cheers,

Krishna



--
Nitin Pawar

--90e6ba6e8db413b00104d0d31d90--