You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Amar Kamat (JIRA)" <ji...@apache.org> on 2010/12/08 07:31:04 UTC

[jira] Created: (MAPREDUCE-2213) [Gridmix] Gridmix doesnt work with LocalJobRunner

[Gridmix] Gridmix doesnt work with LocalJobRunner
-------------------------------------------------

                 Key: MAPREDUCE-2213
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2213
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: contrib/gridmix
            Reporter: Amar Kamat


Gridmix fails when used with LocalJobRunner in the data generation phase.

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


[jira] Commented: (MAPREDUCE-2213) [Gridmix] Gridmix doesnt work with LocalJobRunner

Posted by "Amar Kamat (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969205#action_12969205 ] 

Amar Kamat commented on MAPREDUCE-2213:
---------------------------------------

There are 2 issues 
-  Gridmix's GenerateData job uses the number of tracker available in the cluster to distribute the data generation. LocalJobRunner returns *null* for _getActiveTrackers()_ and _getBlacklistedTrackers()_. 
- The exceptions are eaten up by GridMix thus making it tough to debug.

> [Gridmix] Gridmix doesnt work with LocalJobRunner
> -------------------------------------------------
>
>                 Key: MAPREDUCE-2213
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2213
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/gridmix
>            Reporter: Amar Kamat
>
> Gridmix fails when used with LocalJobRunner in the data generation phase.

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