[
https://issues.apache.org/jira/browse/MAPREDUCE-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883749#action_12883749
]
Ravi Phulari commented on MAPREDUCE-1893:
-----------------------------------------
Sorry, I missed one thing earlier .
One correction is needed in MapredTestDriver.java
We need to make SliveTest visible through TestDriver which can be done by
adding "SliveTest" as first parameter to pgd.addClass()
{noformat}
pgd.addClass(SliveTest.class.getSimpleName(), SliveTest.class,
"HDFS Stress Test and Live Data Verification.");
{noformat}
Should be like -
{noformat}
pgd.addClass("SliveTest",SliveTest.class.getSimpleName(), SliveTest.class,
"HDFS Stress Test and Live Data Verification.");
{noformat}
> Multiple reducers for Slive
> ---------------------------
>
> Key: MAPREDUCE-1893
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1893
> Project: Hadoop Map/Reduce
> Issue Type: Improvement
> Components: benchmarks, test
> Affects Versions: 0.22.0
> Reporter: Konstantin Shvachko
> Assignee: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: SliveMultiR.patch, SliveMultiR.patch, SliveMultiR.patch
>
>
> Slive currently uses single reducer. It could use multiple ones.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.