Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 5936C10810 for ; Fri, 10 Apr 2015 03:39:14 +0000 (UTC) Received: (qmail 24165 invoked by uid 500); 10 Apr 2015 03:39:13 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 23580 invoked by uid 500); 10 Apr 2015 03:39:13 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 23568 invoked by uid 99); 10 Apr 2015 03:39:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2015 03:39:13 +0000 Date: Fri, 10 Apr 2015 03:39:13 +0000 (UTC) From: "Varun Vasudev (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (MAPREDUCE-6291) Correct mapred queue usage command 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/MAPREDUCE-6291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Vasudev reopened MAPREDUCE-6291: -------------------------------------- The change - {noformat} - System.out.println("bin/hadoop pipes"); + System.out.println("Usage: pipes "); {noformat} is leading to the TestPipeApplication#testSubmitter test failing. The test specifically looks for - {noformat} assertTrue(out.toString(), out.toString().contains("bin/hadoop pipes")); {noformat} Reopening issue; [~brahmareddy], [~qwertymaniac] - can you guys please fix? > Correct mapred queue usage command > ---------------------------------- > > Key: MAPREDUCE-6291 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-6291 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: client > Affects Versions: 2.6.0 > Reporter: Brahma Reddy Battula > Assignee: Brahma Reddy Battula > Priority: Minor > Fix For: 2.8.0 > > Attachments: MAPRED-6291-001.patch, MAPRED-6291.patch, MAPREDUCE-6291-002.patch > > > *Currently it is like following..* > Usage: JobQueueClient > *It should be* > Usage: queue > *For more Details check following* > {noformat} > hdfs@host1:/hadoop/bin> ./mapred queue > Usage: JobQueueClient > [-list] > [-info [-showJobs]] > [-showacls] > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)