Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AvroMapper需要2个参数:
AvroMapper
public static class AvroRecordMapper extends AvroMapper <MyRecord,Pair <CharSequence,CharSequence>>
mapDriver 需要 4 个参数:
K1 V1 K2 V2
我可以MRUnit用于单元测试AvroMapper吗?
MRUnit