Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-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 40134D215 for ; Tue, 30 Oct 2012 06:23:36 +0000 (UTC) Received: (qmail 37973 invoked by uid 500); 30 Oct 2012 06:23:34 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 37912 invoked by uid 500); 30 Oct 2012 06:23:34 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 37884 invoked by uid 99); 30 Oct 2012 06:23:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2012 06:23:33 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jbishop.rwc@gmail.com designates 209.85.210.169 as permitted sender) Received: from [209.85.210.169] (HELO mail-ia0-f169.google.com) (209.85.210.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2012 06:23:26 +0000 Received: by mail-ia0-f169.google.com with SMTP id h37so5724494iak.14 for ; Mon, 29 Oct 2012 23:23:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=DGGq69QsXCUoA9VdQxUBMQGoATjh8hsNPLpYdqF0EO4=; b=shEweawnyBqof1MbNxv+usGmTkP476FuOhduYNoEKifkDOUM5cZ74ojYsI2IcEFvbB BbpZHsSRTFG68ggJe54GuAn+yziWjUO0DTgZTC520a8ttHOTOF8FNMJ1OvCRuRd4pPXL il+CuHKwIbl7Bcmvek0ZimlqLcWCFBYrtmbDJIJELI7IBZLiE8MZNKpIjnEwiNZ/q9Nj WwJUGP+sBP4T5YtLVes7C9SWxe3D9CZJrsWndOFtvT4UwX0mlXbW0fvI4O4p4VOAebJ/ dACqrZ1warFY1FS3jXunuYartpc85r60xbKBJ6Ec41UqgsuHoKUd4anh/je/zVjTtv0D K21w== MIME-Version: 1.0 Received: by 10.50.185.195 with SMTP id fe3mr545378igc.25.1351578185891; Mon, 29 Oct 2012 23:23:05 -0700 (PDT) Received: by 10.64.36.35 with HTTP; Mon, 29 Oct 2012 23:23:05 -0700 (PDT) Date: Mon, 29 Oct 2012 23:23:05 -0700 Message-ID: Subject: Suppress bulk load INFO messages from hbase From: Jonathan Bishop To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=14dae93408b9a8013204cd40d177 X-Virus-Checked: Checked by ClamAV on apache.org --14dae93408b9a8013204cd40d177 Content-Type: text/plain; charset=ISO-8859-1 Hi, I would like to suppress messages on the console like... 12/10/29 16:56:03 INFO mapreduce.LoadIncrementalHFiles: Trying to load hfile=hdfs... So I added the following line to log4j.properties in my hbase/conf dir... .mapreduce.LoadIncrementalHFiles=WARN and rebooted hbase and hadoop. But I still see the messages. I also tried... log4j.logger.org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles=WARN but no luck. What am I doing wrong? Thanks, Jon --14dae93408b9a8013204cd40d177--