Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 A71699851 for ; Mon, 30 Apr 2012 20:47:19 +0000 (UTC) Received: (qmail 75653 invoked by uid 500); 30 Apr 2012 20:47:16 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 75599 invoked by uid 500); 30 Apr 2012 20:47:16 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 75588 invoked by uid 99); 30 Apr 2012 20:47:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 20:47:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kwiley@keithwiley.com designates 69.41.242.20 as permitted sender) Received: from [69.41.242.20] (HELO gateway02.websitewelcome.com) (69.41.242.20) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 20:47:07 +0000 Received: by gateway02.websitewelcome.com (Postfix, from userid 5007) id AECC64AFF29EE; Mon, 30 Apr 2012 15:46:46 -0500 (CDT) Received: from gator542.hostgator.com (gator542.hostgator.com [74.54.187.114]) by gateway02.websitewelcome.com (Postfix) with ESMTP id A46854AFF29C8 for ; Mon, 30 Apr 2012 15:46:46 -0500 (CDT) Received: from [24.19.6.8] (port=37936 helo=[192.168.10.2]) by gator542.hostgator.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1SOxUc-0001Kg-BK for common-user@hadoop.apache.org; Mon, 30 Apr 2012 15:46:46 -0500 From: Keith Wiley Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: reducer not "seeing" external jars Date: Mon, 30 Apr 2012 13:46:44 -0700 Message-Id: <0A35369C-1E4D-4A0C-B945-8CEEDA72A31C@keithwiley.com> To: common-user@hadoop.apache.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator542.hostgator.com X-AntiAbuse: Original Domain - hadoop.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - keithwiley.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: c-24-19-6-8.hsd1.wa.comcast.net ([192.168.10.2]) [24.19.6.8]:37936 X-Source-Auth: kwiley+keithwiley.com X-Email-Count: 2 X-Source-Cap: a2J3aWxleTtrYndpbGV5O2dhdG9yNTQyLmhvc3RnYXRvci5jb20= I'm trying to use -libjars to load an external jar along with the job = jar, but the reducer still fails with a ClassNotFoundException against a = class from the external jar (JFreeChart). I'm not really sure how to = approach this. It either works or it doesn't...and so far it doesn't. Can I make the mapper or reducer dump the class path so I can see what = it thinks it has access to? Aside from exploring the issue, like investigating the classpath, etc., = why might -libjars not work as expected in the first place? Thanks. = __________________________________________________________________________= ______ Keith Wiley kwiley@keithwiley.com keithwiley.com = music.keithwiley.com "What I primarily learned in grad school is how much I *don't* know. Consequently, I left grad school with a higher ignorance to knowledge = ratio than when I entered." -- Keith Wiley = __________________________________________________________________________= ______