Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F086318BCB for ; Tue, 23 Feb 2016 10:05:38 +0000 (UTC) Received: (qmail 32691 invoked by uid 500); 23 Feb 2016 10:05:04 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 32621 invoked by uid 500); 23 Feb 2016 10:05:04 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 32612 invoked by uid 99); 23 Feb 2016 10:05:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2016 10:05:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C0AA7E5719; Tue, 23 Feb 2016 10:05:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: rohithsharmaks@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: YARN-4651. Document movetoqueue option in 'YARN Commands'. (Takashi Ohnishi via rohithsharmaks) Date: Tue, 23 Feb 2016 10:05:03 +0000 (UTC) Repository: hadoop Updated Branches: refs/heads/trunk c6f2d761d -> de09f4114 YARN-4651. Document movetoqueue option in 'YARN Commands'. (Takashi Ohnishi via rohithsharmaks) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/de09f411 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/de09f411 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/de09f411 Branch: refs/heads/trunk Commit: de09f41147bf0b6501e82b44afe4e39fe5c3b835 Parents: c6f2d76 Author: Rohith Sharma K S Authored: Tue Feb 23 18:03:42 2016 +0800 Committer: Rohith Sharma K S Committed: Tue Feb 23 18:03:42 2016 +0800 ---------------------------------------------------------------------- hadoop-yarn-project/CHANGES.txt | 3 +++ .../hadoop-yarn-site/src/site/markdown/YarnCommands.md | 3 +++ 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/de09f411/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 058ea87..a25a580 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -216,6 +216,9 @@ Release 2.9.0 - UNRELEASED YARN-4569. Remove incorrect part of maxResources in FairScheduler documentation. (Ray Chiang via kasha) + YARN-4651. Document movetoqueue option in 'YARN Commands' + (Takashi Ohnishi via rohithsharmaks) + Release 2.8.0 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/de09f411/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md index 4d617db..5941988 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md @@ -70,8 +70,11 @@ Usage: `yarn application [options] ` | -appId \ | Specify Application Id to be operated | | -appStates \ | Works with -list to filter applications based on input comma-separated list of application states. The valid application state can be one of the following:  ALL, NEW, NEW\_SAVING, SUBMITTED, ACCEPTED, RUNNING, FINISHED, FAILED, KILLED | | -appTypes \ | Works with -list to filter applications based on input comma-separated list of application types. | +| -help | Help | | -list | Lists applications from the RM. Supports optional use of -appTypes to filter applications based on application type, and -appStates to filter applications based on application state. | | -kill \ | Kills the application. | +| -movetoqueue \ | Moves the application to a different queue. | +| -queue \ | Works with the movetoqueue command to specify which queue to move an application to. | | -status \ | Prints the status of the application. | | -updatePriority \ | Update priority of an application. ApplicationId can be passed using 'appId' option. |