无法 运行 MapReduce kmeans 代码

not able to run MapReduce kmeans code

由于我是 map-reduce 的初学者,我正在尝试 运行 这个 kmeans 代码。

https://github.com/thomasjungblut/thomasjungblut-common/tree/master/src/de/jungblut/clustering/mapreduce

我正在使用 Eclipse Luna。 这段代码有很多其他依赖项。我什至在 eclipse 中尝试过这些文件,但是有很多依赖性错误。

请有人帮忙,如何在 Eclipse 中执行此代码。 我需要检查和下载的所有其他文件是什么。

我将代码移到了另一个存储库中。

您现在可以在这里找到它:

https://github.com/thomasjungblut/mapreduce-kmeans

请按照构建说明进行操作,如果您发现任何错误,请告诉我。