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.
我正在尝试使用 Oozie 运行级联作业。我得到一个 java.lang.ClassNotFoundException: cascading.tap.hadoop.MultiInputSplit
我在工作流库中包含级联 jar,但在级联启动 m/r 作业时不包含它。
有人在使用 Cascading 和 Oozie 吗?
您应该将级联 jar 与您自己的 jar 结合起来,并将其提供给工作流/lib。