[
https://issues.apache.org/jira/browse/MAPREDUCE-6054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14112030#comment-14112030
]
Binglin Chang commented on MAPREDUCE-6054:
------------------------------------------
Patch lgtm, +1
When I run the tests, there are some other issues, will file other jiras for
those
1. I first compile without -Pnative, java mr jobs all failed, but the test
succeeded, have not look into it yet;
2. I compile with -Pnative, java mr jobs succeed, but the log file contains
excessive logs like following, looks like Progress.java:set is called to often
some where
3. test work dir is not in target and not cleaned up after test finishes.
4. test uses lots of xml files as config, in other tests configs are just set
in code.
{noformat}
2014-08-27 16:15:33,130 WARN [pool-65-thread-1] util.Progress
(Progress.java:set(180)) - Illegal progress value found, progress is larger
than 1. Progress will be changed to 1
2014-08-27 16:15:33,130 WARN [pool-65-thread-1] util.Progress
(Progress.java:set(180)) - Illegal progress value found, progress is larger
than 1. Progress will be changed to 1
2014-08-27 16:15:33,130 WARN [pool-65-thread-1] util.Progress
(Progress.java:set(180)) - Illegal progress value found, progress is larger
than 1. Progress will be changed to 1
2014-08-27 16:15:33,130 WARN [pool-65-thread-1] util.Progress
(Progress.java:set(180)) - Illegal progress value found, progress is larger
than 1. Progress will be changed to 1
{noformat}
> native-task: speed up test runs
> -------------------------------
>
> Key: MAPREDUCE-6054
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6054
> Project: Hadoop Map/Reduce
> Issue Type: Sub-task
> Components: task
> Reporter: Todd Lipcon
> Assignee: Todd Lipcon
> Attachments: mapreduce-6054.txt
>
>
> Currently the KVTest compatibility test takes so long on my machine that it
> regularly times out maven. We should speed it up.
--
This message was sent by Atlassian JIRA
(v6.2#6252)