我正在尝试使用apache thrift通过PHP连接cassandra。
在我遵循这些steps之后,最后我运行了这个命令:
thrift -gen php interface/cassandra.thrift
但发生了错误:
[FAILURE:arguments:1]无法使用realpath打开输入文件:interface / cassandra.thrift
我找不到cassandra.thrift文件在哪里?
有没有人知道这个文件的位置或者我的过程有什么问题?
操作系统ubuntu 命令路径:ext / thrift /
thrift -r --gen php tutorial.thrift
工作正常,但cassandra.thrift不是。
答案 0 :(得分:1)
看起来你可以从cassandra文档中获取文件......
https://wiki.apache.org/cassandra/ThriftInterface
https://svn.apache.org/repos/asf/cassandra/trunk/interface/cassandra.thrift