You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Todd <bi...@163.com> on 2015/12/08 09:36:21 UTC

How to junit test customized Hadoop InputFormat/OutputFormat

Hi,

I have defined an InputFormat class and an OutputFormat class. It looks to me that I have to create a MR to test whether they work.
I would ask whether there is way to junit customized Hadoop InputFormat/OutputFormat without kicking off an MR application.

Thanks!