构建 Apache Cassandra 的 DataStax 分布
Build DataStax Distribution of Apache Cassandra
我从这个 page 下载了 Apache Cassandra (DDAC) 的 DataStax Distribution。
nodetool.bat 在其中一个语句中运行 cassandra.in.bat
、cassandra.in.bat
需要 "%CASSANDRA_HOME%\build
文件夹。但是,下载的 DDAC 存档中不存在此构建文件夹:
我也尝试使用 Ant 工具构建,但 Ant 需要 build.xml
,它也不存在。
如何搭建DDAC?
没有可用的 DDAC 源代码,因此您无法构建它。 DDAC 与 Cassandra 二进制兼容,但包含 OSS 版本中不可用的修复程序。
此外,Windows 不属于 supported platforms, even for development. If you want to run DDAC on Windows, either use Docker image,也不属于 Linux 的虚拟机。
我从这个 page 下载了 Apache Cassandra (DDAC) 的 DataStax Distribution。
nodetool.bat 在其中一个语句中运行 cassandra.in.bat
、cassandra.in.bat
需要 "%CASSANDRA_HOME%\build
文件夹。但是,下载的 DDAC 存档中不存在此构建文件夹:
我也尝试使用 Ant 工具构建,但 Ant 需要 build.xml
,它也不存在。
如何搭建DDAC?
没有可用的 DDAC 源代码,因此您无法构建它。 DDAC 与 Cassandra 二进制兼容,但包含 OSS 版本中不可用的修复程序。
此外,Windows 不属于 supported platforms, even for development. If you want to run DDAC on Windows, either use Docker image,也不属于 Linux 的虚拟机。