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
Priority: Blocker
Fix For: 0.17.0
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.