From yarn-issues-return-96186-apmail-hadoop-yarn-issues-archive=hadoop.apache.org@hadoop.apache.org Mon Sep 19 03:28:21 2016 Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8DA2A19911 for ; Mon, 19 Sep 2016 03:28:21 +0000 (UTC) Received: (qmail 31829 invoked by uid 500); 19 Sep 2016 03:28:21 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 31714 invoked by uid 500); 19 Sep 2016 03:28:21 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 31702 invoked by uid 99); 19 Sep 2016 03:28:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2016 03:28:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AAA942C0D5A for ; Mon, 19 Sep 2016 03:28:20 +0000 (UTC) Date: Mon, 19 Sep 2016 03:28:20 +0000 (UTC) From: "Rohith Sharma K S (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-5631) Missing refreshClusterMaxPriority usage in rmadmin help message MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15502150#comment-15502150 ] Rohith Sharma K S commented on YARN-5631: ----------------------------------------- Thanks [~lewuathe] for the patch.. patch looks good, one nit. it seems patch has format issue in RMAdminCLI.java class. All the lines have changed, but you have added only one line. Could it get fixed? > Missing refreshClusterMaxPriority usage in rmadmin help message > --------------------------------------------------------------- > > Key: YARN-5631 > URL: https://issues.apache.org/jira/browse/YARN-5631 > Project: Hadoop YARN > Issue Type: Bug > Affects Versions: 3.0.0-alpha2 > Reporter: Kai Sasaki > Assignee: Kai Sasaki > Priority: Minor > Attachments: YARN-5631-branch-2.8.01.patch, YARN-5631-branch-2.8.02.patch, YARN-5631-branch-2.8.03.patch, YARN-5631.01.patch, YARN-5631.02.patch > > > {{rmadmin -help}} does not show {{-refreshClusterMaxPriority}} option in usage line. > {code} > $ bin/yarn rmadmin -help > rmadmin is the command to execute YARN administrative commands. > The full syntax is: > yarn rmadmin [-refreshQueues] [-refreshNodes [-g|graceful [timeout in seconds] -client|server]] [-refreshNodesResources] [-refreshSuperUserGroupsConfiguration] [-refreshUserToGroupsMappings] [-refreshAdminAcls] [-refreshServiceAcl] [-getGroup [username]] [-addToClusterNodeLabels <"label1(exclusive=true),label2(exclusive=false),label3">] [-removeFromClusterNodeLabels ] [-replaceLabelsOnNode <"node1[:port]=label1,label2 node2[:port]=label1">] [-directlyAccessNodeLabelStore] [-updateNodeResource [NodeID] [MemSize] [vCores] ([OvercommitTimeout]) [-help [cmd]] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org