Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6B045200BCC for ; Tue, 29 Nov 2016 08:30:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 69BD4160B23; Tue, 29 Nov 2016 07:30:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D81E8160B05 for ; Tue, 29 Nov 2016 08:29:59 +0100 (CET) Received: (qmail 936 invoked by uid 500); 29 Nov 2016 07:29:59 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 901 invoked by uid 99); 29 Nov 2016 07:29:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2016 07:29:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 866C72C03E1 for ; Tue, 29 Nov 2016 07:29:58 +0000 (UTC) Date: Tue, 29 Nov 2016 07:29:58 +0000 (UTC) From: "Andrew Wang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-11181) Fuse wrapper has a typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 29 Nov 2016 07:30:00 -0000 [ https://issues.apache.org/jira/browse/HDFS-11181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15704503#comment-15704503 ] Andrew Wang commented on HDFS-11181: ------------------------------------ +1 thanks Wei-Chiu > Fuse wrapper has a typo > ----------------------- > > Key: HDFS-11181 > URL: https://issues.apache.org/jira/browse/HDFS-11181 > Project: Hadoop HDFS > Issue Type: Bug > Components: fuse-dfs > Affects Versions: 2.8.0 > Reporter: Wei-Chiu Chuang > Assignee: Wei-Chiu Chuang > Priority: Trivial > Attachments: HDFS-11181.001.patch > > > There's a typo in the wrapper script: > {code} > done < <(find "$HADOOP_HOME/hhadoop-hdfs-project" -name "*.jar" -print0) > {code} > It should be {{hadoop-hdfs-project}} instead of {{hhadoop-hdfs-project}} > I regret I didn't catch the typo when I updated the wrapper last time. But I don't think anyone uses the wrapper unmodified to be honest. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org