[
https://issues.apache.org/jira/browse/MRUNIT-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13949570#comment-13949570
]
Cosmin Lehene commented on MRUNIT-204:
--------------------------------------
[~bdechoux] MRUNIT-53 has been created in 2012 and last updated in 2013 and it
has no fix version.
mrunit-1.0.0 has been released 1 year ago, however the JIRA version hasn't been
released.
Someone needs to release the Jira version
(https://issues.apache.org/jira/browse/MRUNIT/?selectedTab=com.atlassian.jira.jira-projects-plugin:versions-panel
+ manage versions + release)
The tutorial has been written in the meantime. It's here
https://cwiki.apache.org/confluence/display/MRUNIT/MRUnit+Tutorial
In the issue description I wrote the changes that should be made to the
tutorial (there may be other changes as well, it would be nice to check)
So I believe this is not a duplicate of MRUNIT-53. I also think MRUNIT-53
should probably be closed as resolved.
> Jira and Wiki tutorial are outdated
> -----------------------------------
>
> Key: MRUNIT-204
> URL: https://issues.apache.org/jira/browse/MRUNIT-204
> Project: MRUnit
> Issue Type: Bug
> Affects Versions: 1.0.0
> Reporter: Cosmin Lehene
> Fix For: 1.1.0
>
>
> Based on the home page 1.0.0 has been released, however the version hasn't
> been released in Jira.
> The documentation also recommends version 0.9.0.
> The configuration example in the Tutorial suggest using
> {code}
> Configuration conf = new Configuration();
> conf.set(...);
> driver.setConfiguration(conf)
> {code}
> Which is deprecated in favor of:
> {code}
> Configuration conf = driver.getConfiguration();
> conf.set(...)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)