thrift
Problem using the Thrift APIs
I have installed Cassandra on my Ubuntu VM and built the source. I was trying to use the Thrift APIs and it seems like the libthrift-0.5.jar in my bin is not the file that I need in order to interface[详细]
2023-02-05 17:50 分类:问答For what reasons it is not preferable to use Thrift API for Cassandra access?
Please enumerate reasons for why its not advisable to use Thrift 开发者_StackOverflow社区interface for Cassandra? What are the possible advantages and disadvantages?If you use the raw Thrift apis the[详细]
2023-02-05 06:29 分类:问答How to programatically add index to Cassandra 0.7
I tried to run the demo on http://www.riptano.com/blog/whats-new-cassandra-07-secondary-indexes programatically, but the results are different from running it in CLI. It seems like Cassandra can only[详细]
2023-02-04 16:49 分类:问答How to handle authentication and authorization with thrift?
I\'m develop开发者_如何学Cing a system which uses thrift. I\'d like clients identity to be checked and operations to be ACLed. Does Thrift provide any support for those?Not directly. The only way to d[详细]
2023-02-03 12:05 分类:问答Why is there no midpoint between "do_GET" and full-blown rails-style routing?
I\'m looking to expose a number of services to the web. There will be static web pages with jQuery based JavaScript code that accesses these services, and there will also be all kinds of applications[详细]
2023-02-02 16:12 分类:问答Dictionary in protocol buffers
Is there any way to serialize a diction开发者_JAVA技巧ary using protocol buffers, or I\'ll have to use Thrift if I need that?For future answer seekers, ProtoBuf now supports Maps natively:[详细]
2023-01-25 03:11 分类:问答How do I insert a SuperColumn with python/thrift?
Using the python/thrift interface I am trying to 开发者_JS百科insert a SuperColumn just like the Comments example in WTF is a Supercolumn..[详细]
2023-01-24 15:23 分类:问答maven can't add files in generated-sources for compilation phase
I use Apache Thrift to generate code in target/generated-sources. The Thrift compiler produces a directory named gen-java which contains all the Java code. When I execute mvn compile, the code is ge[详细]
2023-01-24 03:13 分类:问答Ruminations on highly-scalable and modular distributed server side architectures
Mine is not really a question, it\'s more of a call for opinions - and perhaps this isn\'t even the right place to post it. Nevertheless, the community here is very informed, and there\'s no harm in t[详细]
2023-01-23 12:45 分类:问答Build thrift dll for use in Windows Phone 7 application
Pretty straight forward question: How do I build a thrift dll for use in a Windows Phone 7 applica开发者_JS百科tion?I\'m assuming you mean a Thrift client as a server wouldn\'t make a lot of sense on[详细]
2023-01-20 17:07 分类:问答