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 "Runping Qi (JIRA)" <ji...@apache.org> on 2008/04/04 23:58:26 UTC

[jira] Commented: (HADOOP-3178) gridmix scripts for small and medium jobs need to be changed to handle input paths differently

    [ https://issues.apache.org/jira/browse/HADOOP-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585799#action_12585799 ] 

Runping Qi commented on HADOOP-3178:
------------------------------------


Looks good.

+1



> gridmix scripts for small and medium jobs need to be changed to handle input paths differently
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-3178
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3178
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.17.0
>            Reporter: Mukund Madhugiri
>            Assignee: Mukund Madhugiri
>            Priority: Blocker
>             Fix For: 0.17.0
>
>         Attachments: HADOOP-3178.patch
>
>
> The gridmix scripts failed to run small and medium jobs as tracked in  HADOOP-3162. Based on that fix, the gridmix scripts need to be changed to handle input paths differently.
> The scripts that submit the small and medium jobs need to be changed. Example of a change:
> ${VARINFLTEXT}/part-00000,${VARINFLTEXT}/part-00001,${VARINFLTEXT}/part-00002
> nees to be changed to
> ${VARINFLTEXT}/{part-00000,part-00001,part-00002}

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