Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 00E28DCB4 for ; Fri, 17 Aug 2012 16:01:34 +0000 (UTC) Received: (qmail 28999 invoked by uid 500); 17 Aug 2012 16:01:29 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 28701 invoked by uid 500); 17 Aug 2012 16:01:29 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 28694 invoked by uid 99); 17 Aug 2012 16:01:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2012 16:01:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of harsh@cloudera.com designates 209.85.213.48 as permitted sender) Received: from [209.85.213.48] (HELO mail-yw0-f48.google.com) (209.85.213.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2012 16:01:23 +0000 Received: by yhfq46 with SMTP id q46so5173221yhf.35 for ; Fri, 17 Aug 2012 09:01:02 -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:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=d6TshOPd9UxsY0stuHhD6jSchh7c8PnfI6Q3nrT+sas=; b=TRvLPxskA1xJVwL+FG6ROlBdC4G2N31xmRnNL2qMabpTJEvHdzItA39viZKq30zrG5 PvqULWEXX+FmASQFagfY1YQeCZ1A+BuXAUwdnQxBwQgF3IvoBTGk52Zxm6speyQVbeHU 0zSVftwN7fhwBEPIHsXnA6MBFfj3AohDdMhrZqWOhcgy8ml83RKrvcAEW2cq3ucb2HW1 PbQqfnD8d0+pX9NzThqzgoRbIsrGI4q2UEQrZ1rK4v2Z8D9BrpbquhIQba+1nMqJFsY3 xh+NcSxHb8uyXyMqt97GW9dN2uzHFKhIDrV2lYgGkzAANYwt/R3WYDJQUL5IhMrxCNjV oUVA== Received: by 10.60.13.37 with SMTP id e5mr4146195oec.98.1345219262279; Fri, 17 Aug 2012 09:01:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.11.168 with HTTP; Fri, 17 Aug 2012 09:00:41 -0700 (PDT) In-Reply-To: <250623ED-71FC-4C25-A3B0-10E0E1321087@ymail.com> References: <250623ED-71FC-4C25-A3B0-10E0E1321087@ymail.com> From: Harsh J Date: Fri, 17 Aug 2012 21:30:41 +0530 Message-ID: Subject: Re: hadoop 1.0.3 config exception To: user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnzSrzvqqSnxpm3TdidykoSbXNwQM1amOxKDMN36euFdOGs+vQv2HU/Bc5LNVtRcvbkUA/4 It exists to check which classes have instantiated the Configuration class (the stack trace helps). It is a DEBUG level log, and can be ignored. On Fri, Aug 17, 2012 at 9:29 PM, Ben Cuthbert wrote: > All > > We are getting the following show in when we talk to hadoop 1.0.3 > > Seems it relates to these lines in Configuration.java > > public Configuration(boolean loadDefaults) { > 225 this.loadDefaults = loadDefaults; > 226 if (LOG.isDebugEnabled()) { > 227 LOG.debug(StringUtils.stringifyException(new IOException("config()"))); > 228 } > 229 synchronized(Configuration.class) { > 230 REGISTRY.put(this, null); > 231 } > 232 this.storeResource = false; > 233 } > > > Why is this here? > > > 2012-08-17 16:53:11,133 (hdfs-hdfs-sink-call-runner-4) [DEBUG - > org.apache.hadoop.conf.Configuration.(Configuration.java:227)] > java.io.IOException: config() > at org.apache.hadoop.conf.Configuration.(Configuration.java:227) > at org.apache.hadoop.conf.Configuration.(Configuration.java:214) > at org.apache.flume.sink.hdfs.BucketWriter.doOpen(BucketWriter.java:170) > at org.apache.flume.sink.hdfs.BucketWriter.access$000(BucketWriter.java:48) > at org.apache.flume.sink.hdfs.BucketWriter$1.run(BucketWriter.java:155) > at org.apache.flume.sink.hdfs.BucketWriter$1.run(BucketWriter.java:152) > at > org.apache.flume.sink.hdfs.BucketWriter.runPrivileged(BucketWriter.java:125) > at org.apache.flume.sink.hdfs.BucketWriter.open(BucketWriter.java:152) > at org.apache.flume.sink.hdfs.BucketWriter.append(BucketWriter.java:307) > at org.apache.flume.sink.hdfs.HDFSEventSink$1.call(HDFSEventSink.java:717) > at org.apache.flume.sink.hdfs.HDFSEventSink$1.call(HDFSEventSink.java:714) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:680) > -- Harsh J