Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 44721 invoked from network); 11 Aug 2008 21:45:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Aug 2008 21:45:37 -0000 Received: (qmail 42701 invoked by uid 500); 11 Aug 2008 21:45:34 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 42658 invoked by uid 500); 11 Aug 2008 21:45:34 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 42641 invoked by uid 99); 11 Aug 2008 21:45:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2008 14:45:34 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2008 21:44:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 61197234C1A5 for ; Mon, 11 Aug 2008 14:44:44 -0700 (PDT) Message-ID: <908013951.1218491084396.JavaMail.jira@brutus> Date: Mon, 11 Aug 2008 14:44:44 -0700 (PDT) From: "Pete Wyckoff (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3918) Improve fuse-dfs error message when classpath not set or set incorrectly In-Reply-To: <1389144620.1218128624391.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621618#action_12621618 ] Pete Wyckoff commented on HADOOP-3918: -------------------------------------- The new patch includes a unit test when the classpath is just set to foo.jar to ensure it recognizes there is no hadoop-blah.jar and exits with exit code 4. The proper tests I added hadoop.jar to the classpath to spoof it. (since in test mode, it is just using build/classes and not the jar). > Improve fuse-dfs error message when classpath not set or set incorrectly > ------------------------------------------------------------------------ > > Key: HADOOP-3918 > URL: https://issues.apache.org/jira/browse/HADOOP-3918 > Project: Hadoop Core > Issue Type: Improvement > Components: contrib/fuse-dfs > Reporter: Pete Wyckoff > Assignee: Pete Wyckoff > Priority: Minor > Attachments: patch0.txt, patch1.txt > > > Currently libhdfs does an exit(1) when it cannot create a hadoop object. fuse does not like this and instead fuse_dfs should return -EIO and log to syslog and stderr a message. Also if it is obvious somehting is wrong, like the CLASSPATH is null or does not contain something of the form hadoop-[a-zA-Z-].jar immediately print an error and exit > Note that it is tough to debug this issue because when fuse-dfs is not in debug mode, it is running as a fuse module and stderr is redirected, so all one gets is "software abort" when libhdfs exits. So, this will greatly improve things since fuse-dfs can print a proper error and the user can quickly see what the problem is. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.