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 Mathias Walter <ma...@gmx.net> on 2010/07/09 14:16:58 UTC

MiniMRCluster still uses deprecated API JobConf

Hello,

I'm using Hadoop 0.20.2 and try to do some unit testing. I already used
mrunit, but now I wan't to use MiniMRCluster. Unfortunatelly, it still uses
the old deprecated API like JobConf. Is there any newer version of
MiniMRCluster? Or is there a successor, because 0.21 RC did not contain this
class anymore.

If there is no successor or replacement, I can provide a patch. I already
migrated MiniMRCluster.java, but not it's related classes like JobTracker.

Is there any tutorial or documentation for the MiniClusters?

--
Kind regards,
Mathias