You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Suman Sehgal (JIRA)" <ji...@apache.org> on 2009/03/19 12:01:51 UTC

[jira] Created: (HADOOP-5536) Test programs support only default queue.

Test programs support only default queue.
-----------------------------------------

                 Key: HADOOP-5536
                 URL: https://issues.apache.org/jira/browse/HADOOP-5536
             Project: Hadoop Core
          Issue Type: Bug
          Components: test
    Affects Versions: 0.20.0
            Reporter: Suman Sehgal


None of the test program seems to be supporting queue's concept. These programs looks for the default queue only even if some other queue is specified to run these programs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-5536) Test programs support only default queue.

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689023#action_12689023 ] 

Vinod K V commented on HADOOP-5536:
-----------------------------------

Same's the case with grep-sort part of the Grep example. And the common problem is that rest of the arguments are not parsed with a GenericOptionsParser and so explicit configuration properties set on the command line are not passed onto the job.

> Test programs support only default queue.
> -----------------------------------------
>
>                 Key: HADOOP-5536
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5536
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.20.0
>            Reporter: Suman Sehgal
>
> None of the test program seems to be supporting queue's concept. These programs looks for the default queue only even if some other queue is specified to run these programs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-5536) Test programs support only default queue.

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nigel Daley updated HADOOP-5536:
--------------------------------

    Tags: ygridqa

> Test programs support only default queue.
> -----------------------------------------
>
>                 Key: HADOOP-5536
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5536
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.20.0
>            Reporter: Suman Sehgal
>
> None of the test program seems to be supporting queue's concept. These programs looks for the default queue only even if some other queue is specified to run these programs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-5536) Test programs support only default queue.

Posted by "Suman Sehgal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688607#action_12688607 ] 

Suman Sehgal commented on HADOOP-5536:
--------------------------------------

 Test programs mentioned above are the programs/jobs which can be run using test jar. Following are a few valid test programs:
    DFSCIOTest
    DistributedFSCheck
    MRReliabilityTest
    TestDFSIO
     Filebench
    Loadgen
    Mapredtest
    Mrbench
    Nnbench

This issue pops-up while executing NNBench on multi-queue environment. Not able to run it on any of the queue viz. <abc>, <xyz> (any queue name except "default"). Every time error message is displayed "default queue doesn't exist" though examples programs (viz. sleep, sort etc.) are running fine on multi-queue envionnment. Queue name "default" seems to be hardcoded for these test programs.

> Test programs support only default queue.
> -----------------------------------------
>
>                 Key: HADOOP-5536
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5536
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.20.0
>            Reporter: Suman Sehgal
>
> None of the test program seems to be supporting queue's concept. These programs looks for the default queue only even if some other queue is specified to run these programs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.