开发者

AssertionError: Thrift API version mismatch. (Client: 12, Server: 13)

开发者 https://www.devze.com 2023-01-16 02:18 出处:网络
I am installing Twissandra - a python example on top of Cassandra.Instructions Here. After successfully compiling and building all dependencies on Lubuntu 10.04 (with Thrift 4.0 and then tried with 2.

I am installing Twissandra - a python example on top of Cassandra. Instructions Here. After successfully compiling and building all dependencies on Lubuntu 10.04 (with Thrift 4.0 and then tried with 2.0)--when I run the last step with the webserver--it crashes and posts this Apache Thrift error:

AssertionError: Thrift API version mismatch. (Client: 12, Server: 13)

Is this a thrift problem (4.0) and or a Cassandra problem (7.0 beta)? Cassandra reports in its logs

INFO 23:52:01,487 Cassandra version: 0.7.0-beta1-SNAPSHOT INFO 23:52:01,487 Thrift API version: 13开发者_开发百科.0.0


I had this problem too just a few days ago. If you update both thrift and pycassa it will work, they're both at 15 now I believe.


twissandra has not yet been updated for Cassandra 0.7. Use 0.6.5

0

精彩评论

暂无评论...
验证码 换一张
取 消