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.
我在eclipse Workspace 中有一个 Java 项目和Map/Reducer项目,我想使用 java 项目中的 Map/Reducer 项目的类文件来执行计算,我是Apache Hadoop 和 Map/Reducer的新手,请建议。
如果一个hadoop项目就像一个Java项目(很可能是这样);右键单击包资源管理器中的其他项目,选择属性,然后选择 java 构建路径。之后,单击项目选项卡并选择添加按钮。应该会出现一个对话框,您应该能够选择您的 hadoop 项目。
当然,这两个项目都必须在工作区中。