在哪里可以找到 cassandra.thrift 文件?

where to find cassandra.thrift file?

我正在尝试使用 apache thrift 通过 PHP 连接 cassandra。

在我遵循这些 steps 之后,最后我 运行 这个命令:

thrift -gen php interface/cassandra.thrift

但是发生错误:

[FAILURE:arguments:1] 无法使用真实路径打开输入文件:interface/cassandra.thrift

我找不到 cassandra.thrift 文件在哪里?

有没有人知道这个文件在哪里或者我的过程有什么问题?

操作系统ubuntu 命令路径:ext/thrift/

thrift -r --gen php tutorial.thrift 

工作正常,但 cassandra.thrift 不是。

看来您可以从 cassandra 文档中获取文件...

https://wiki.apache.org/cassandra/ThriftInterface

https://svn.apache.org/repos/asf/cassandra/trunk/interface/cassandra.thrift