Return-Path: X-Original-To: apmail-tajo-issues-archive@minotaur.apache.org Delivered-To: apmail-tajo-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A09B11DE1 for ; Fri, 4 Apr 2014 02:58:38 +0000 (UTC) Received: (qmail 10369 invoked by uid 500); 4 Apr 2014 02:58:37 -0000 Delivered-To: apmail-tajo-issues-archive@tajo.apache.org Received: (qmail 10346 invoked by uid 500); 4 Apr 2014 02:58:37 -0000 Mailing-List: contact issues-help@tajo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.apache.org Delivered-To: mailing list issues@tajo.apache.org Received: (qmail 10339 invoked by uid 99); 4 Apr 2014 02:58:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2014 02:58:37 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 04 Apr 2014 02:58:35 +0000 Received: (qmail 10283 invoked by uid 99); 4 Apr 2014 02:58:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2014 02:58:14 +0000 Date: Fri, 4 Apr 2014 02:58:14 +0000 (UTC) From: "Jaehwa Jung (JIRA)" To: issues@tajo.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (TAJO-735) Remove multiple SLF4J bindings message. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TAJO-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959582#comment-13959582 ] Jaehwa Jung edited comment on TAJO-735 at 4/4/14 2:56 AM: ---------------------------------------------------------- Hi Hyoungjun. Thank you for your contribution. Unfortunately, there is a duplicated issue ([TAJO-67|https://issues.apache.org/jira/browse/TAJO-67]). Could you upload your patch at the existing issue? Cheers Jaehwa was (Author: blrunner): Hi Hyoungjun. Thank you for your contribution. Unfortunately, there is a duplicated issue ([TAJO-67|https://issues.apache.org/jira/browse/TAJO-67]). Could you upload your path at the existing issue? Cheers Jaehwa > Remove multiple SLF4J bindings message. > --------------------------------------- > > Key: TAJO-735 > URL: https://issues.apache.org/jira/browse/TAJO-735 > Project: Tajo > Issue Type: Improvement > Reporter: hyoungjunkim > Assignee: hyoungjunkim > Priority: Trivial > Attachments: TAJO-735.patch > > > See title. When run tajo cli, next message is shown. > {noformat} > SLF4J: Class path contains multiple SLF4J bindings. > SLF4J: Found binding in [jar:file:/home/hdfs/hadoop-2.2.0/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in [jar:file:/home/tajo/tajo-0.8.0-SNAPSHOT/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. > SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] > {noformat} > This is because hadoop and tajo have slf4j library. -- This message was sent by Atlassian JIRA (v6.2#6252)