我有许多有序的 Hadoop 作业,其中我需要一个 DistributedCache 文件。
驱动程序类(控制器)接收来自前一个作业的输入,修改一个文件,将其放置在 DistributedCache 中并开始一个新作业。
在第一份工作(即第二份工作)之后,我收到此错误:
java.io.IOException:
The distributed cache object hdfs://xxxx/xx/x/modelfile2#modelfile2
changed during the job from 11/8/12 11:55 PM to 11/8/12 11:55 PM
有谁知道问题可能是什么?