You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Varun Vasudev (JIRA)" <ji...@apache.org> on 2015/04/10 05:39:13 UTC

[jira] [Reopened] (MAPREDUCE-6291) Correct mapred queue usage command

     [ 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 <command> <args>
>  *It should be* 
> Usage: queue <command> <args>
>  *For more Details check following* 
> {noformat}
> hdfs@host1:/hadoop/bin> ./mapred queue
> Usage: JobQueueClient <command> <args>
> 	[-list]
> 	[-info <job-queue-name> [-showJobs]]
> 	[-showacls] 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)