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.
我想在 5 台机器的 hadoop 集群中运行 Mahout 的 K-Means 示例。我应该在所有节点中保留哪些 Mahout jar 文件,以便 K-Means 以分布式方式执行。谢谢。
-文基拉姆
如果您真的只想运行内置的 K-Means 或其他带有静态驱动程序的作业,答案是“无”。mahout 的“工作”罐子是独立的 hadoop 工作罐子。如果您使用“hadoop 作业”向集群提交作业,则无需任何其他 jar 即可工作。