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.
我想修改 Apache giraph 中的一些示例。并使用 maven 命令“mvn compile; mvn package”,我编译了代码并且成功了。但是当我通过 hadoop 运行该示例时,该更改不会出现。我有没有使用命令“mvn install”?
要开发新的 giraph 示例,您不需要修改 giraph-example 类。相反,创建一个新项目并引用 giraph jar 文件,创建一个扩展 AbstractComputation 的新类,并覆盖计算函数。然后,从您的项目中创建一个 jar 文件并在您的命令中通过 -libjars 传递它。