Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED0A410DD0 for ; Mon, 26 Aug 2013 18:13:57 +0000 (UTC) Received: (qmail 17071 invoked by uid 500); 26 Aug 2013 18:13:57 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 16931 invoked by uid 500); 26 Aug 2013 18:13:55 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 16610 invoked by uid 500); 26 Aug 2013 18:13:53 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 16596 invoked by uid 99); 26 Aug 2013 18:13:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 18:13:53 +0000 Date: Mon, 26 Aug 2013 18:13:53 +0000 (UTC) From: "Brian Dougan (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CRUNCH-257) HFileUtils uses (what I think) is incorrect LogFactory import. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Brian Dougan created CRUNCH-257: ----------------------------------- Summary: HFileUtils uses (what I think) is incorrect LogFactory import. Key: CRUNCH-257 URL: https://issues.apache.org/jira/browse/CRUNCH-257 Project: Crunch Issue Type: Bug Components: IO Affects Versions: 0.7.0 Reporter: Brian Dougan It looks like HFileUtils [1] is using com.sun.org.apache.commons.logging.LogFactory (which I've only found in a jsp jar) I think this should just be using org.apache.commons.logging.LogFactory right? 1 - https://git-wip-us.apache.org/repos/asf?p=crunch.git;a=blob_plain;f=crunch-hbase/src/main/java/org/apache/crunch/io/hbase/HFileUtils.java;hb=8d47b3b5097a82c7d0aac62d4ed6859b89cf85cf -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira