标签: hadoop mapreduce
在我的hadoop应用程序中,在运行job2之前,运行一个函数,其输出为: List< IntArrayList> myList 。 job2中的Mapper和Reducer需要myList。如何将myList传递给mapper和reducer?