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 85968200C31 for ; Wed, 22 Feb 2017 02:16:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 843C3160B77; Wed, 22 Feb 2017 01:16:51 +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 CFD9E160B68 for ; Wed, 22 Feb 2017 02:16:50 +0100 (CET) Received: (qmail 20764 invoked by uid 500); 22 Feb 2017 01:16:49 -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 20753 invoked by uid 99); 22 Feb 2017 01:16:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2017 01:16:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 3C4B8C0258 for ; Wed, 22 Feb 2017 01:16:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 0OJmJT9hybQG for ; Wed, 22 Feb 2017 01:16:48 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 2E9F75F56B for ; Wed, 22 Feb 2017 01:16:48 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 823CDE09A3 for ; Wed, 22 Feb 2017 01:16:44 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 38D4424123 for ; Wed, 22 Feb 2017 01:16:44 +0000 (UTC) Date: Wed, 22 Feb 2017 01:16:44 +0000 (UTC) From: "Mingliang Liu (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-11438) Fix typo in error message of StoragePolicyAdmin tool MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 22 Feb 2017 01:16:51 -0000 [ https://issues.apache.org/jira/browse/HDFS-11438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu updated HDFS-11438: --------------------------------- Summary: Fix typo in error message of StoragePolicyAdmin tool (was: Fix Typo in HDFS) > Fix typo in error message of StoragePolicyAdmin tool > ---------------------------------------------------- > > Key: HDFS-11438 > URL: https://issues.apache.org/jira/browse/HDFS-11438 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: Alison Yu > Assignee: Alison Yu > Priority: Trivial > Attachments: HDFS-11438.001.patch > > > change "unsetd" to "unset" > @Override > public int run(Configuration conf, List args) throws IOException { > final String path = StringUtils.popOptionWithArgument("-path", args); > if (path == null) { > System.err.println("Please specify the path from which " > + "the storage policy will be unsetd.\nUsage: " + getLongUsage()); > return 1; > } -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org