windows - 在 Windows 7 上安装 Cassandra

标签 windows cassandra

我在 Windows 7 上为运行 Cassandra 做了以下操作:

已安装 Python。

从原始站点下载了 Cassandra 的 zip。

在执行 cassandra 批处理时收到以下消息:

Exception calling "Start" with "0" argument(s): "The system cannot find the file
specified" At E:\apache-cassandra-3.11.2\conf\cassandra-env.ps1:212 char:5


+     $p.Start() | Out-Null
+     ~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : Win32Exception

最佳答案

您可能想查看 https://kimola.com/cassandrows .我处于想要在 Windows 上安装 Cassandra 的相同情况。但我不想落后于 3.9.0 版。

关于windows - 在 Windows 7 上安装 Cassandra,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49749555/

相关文章:

windows - 使用 Windows REN 命令从文件名中删除前缀

android - Android SDK 的 Windows 和 Linux 版本之间是否存在差异?

itoa() 的 C++ 标准替代方法,用于将 int 转换为 base 10 char*

cassandra - 使用 yum 安装 cassandra datastax 企业版 : how to set username & password

python - 如何为 Cassandra 创建只读模型

python - 'Murmur3Partitioner' 的 C 扩展未编译

C++使用系统获取PID

c++ - 获取指向现有 COM 对象的指针?

apache-spark - 通过 Spark SQL 查询 Cassandra UDT

mysql - 通过 TTL 持久性将数据从 Cassandra 实时复制到 ElasticSearch