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 1291C10DF8 for ; Sun, 23 Jun 2013 12:28:23 +0000 (UTC) Received: (qmail 63632 invoked by uid 500); 23 Jun 2013 12:28:20 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 63283 invoked by uid 500); 23 Jun 2013 12:28:18 -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 63275 invoked by uid 99); 23 Jun 2013 12:28:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jun 2013 12:28:16 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [209.85.219.49] (HELO mail-oa0-f49.google.com) (209.85.219.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jun 2013 12:28:10 +0000 Received: by mail-oa0-f49.google.com with SMTP id n9so10849918oag.22 for ; Sun, 23 Jun 2013 05:27:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=HolJ30cfbxdqfdXP/8C46MIuTq4Qr7W2dihpBuDeW5Q=; b=mzrNKR+3e/Rjo/qu4pNJUxyIg/twGZHiN5EXd3UtBHaP8SKwtp0Lc6TMoTWsEPdXS+ tNClmPMSzbtA9jVdOEEeY+DtqD3vfslzpTGGo68JMJv4F/yhk61tt9tnqVMoaKsJeA1T 5Kp60BJ3aqXV1M/FDgU7hlgXBgqoZK4eBy+gTiu4yEhyIaGZY9OWnXyH6y6gnW3jU0aG lezQvQXqJwnZ2BgR2kESryvRMbGAuqyWCNVn+cau+BoYW/EYEHlQy8XkvgPTzbbHKY7Q sIiqfCoKWatFe3Fgzfxb8DWwSfsUIRYJKSrWtNWcIOBtnkEkcu4xdWsHuVcLwbD2fIDY ifVQ== MIME-Version: 1.0 X-Received: by 10.60.83.235 with SMTP id t11mr3333888oey.129.1371990447333; Sun, 23 Jun 2013 05:27:27 -0700 (PDT) Received: by 10.76.83.38 with HTTP; Sun, 23 Jun 2013 05:27:27 -0700 (PDT) In-Reply-To: <1371836569.68827.YahooMailNeo@web162206.mail.bf1.yahoo.com> References: <1371836569.68827.YahooMailNeo@web162206.mail.bf1.yahoo.com> Date: Sun, 23 Jun 2013 21:27:27 +0900 Message-ID: Subject: Re: TempStatsStore derby.log From: =?EUC-KR?B?TmF2aXO3+b3Cv+w=?= To: user@hive.apache.org, Raj Hadoop Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkDKa1zmzRAKu2N+NC4o8DQvnO3GqHr79CTtXwvkHZczHDWTdJU8fvS5dOE+qVVKBYHjtNX X-Virus-Checked: Checked by ClamAV on apache.org I think it's create by stat publisher, which uses derby as default. It can be disabled by setting hive.stats.autogather=false; 2013/6/22 Raj Hadoop : > Hi, > > I have Hive metastore created in an Oracle database. > > But when i execute my Hive queries , I see following directory and file > created. > TempStatsStore (directory) > derby.log > > What are this? Can one one suggest why derby log is created even though my > javax.jdo.option.ConnectionURL is pointing to Oracle? > > Thanks, > Raj >