无法启动 apache apex cli

Not able to launch apache apex cli

我正在尝试启动 Apache Apex cli 但无法启动。 该文档说只需在命令提示符下键入 apex 但上面写着 No command 'apex' found

在开始使用它之前我需要执行一些预先步骤吗?

我拥有所有可用的先决条件,例如 Hadoop、JDK 7、Git 和 Maven。

您构建了 apex-core 吗?如果没有,请 运行 mvn clean install in apex-core 目录

apex cli 是提供给用户与 Apache Apex 应用程序交互(启动、监控、管理等)的界面。您可以在以下位置找到有关如何构建和使用它的简短信息:Apex Core git repository

可在此处找到详细信息:Documentation