0

我正在使用 oozie 在分布式集群上运行 hadoop 作业。我为 oozie 作业设置了“oozie.libpath”。

最近,我从 oozie 使用的库路径中删除了一些旧版本的 jar 文件,并用新版本替换了它们。但是,当我运行我的 hadoop 作业时,我的旧版本的 jar 文件和新版本的 jar 文件都会被加载,并且 mapreduce 仍在使用旧版本。

我不确定 zookeeper 从哪里加载 jar 文件。是否有任何默认设置可以从中加载 jar 文件?我的 HDFS 中只有一个库路径,并且没有那些 jar 文件。

4

1 回答 1

-1

I have found what is going wrong. The wrong jar is shipped with my job file. Should have check here first

于 2013-03-23T15:40:49.743 回答