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!