thrift
How to I get started with Apache Thrift? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-27 02:48 分类:问答Selecting columns by regex in Hbase scanner via Thrift (in Ruby)
The docs suggest I should be able to pass a regex as a column qualifier. I have a columns named \"F1:I\" and \"F2:I\" in the column family \"C\".Consider the following:[详细]
2023-03-27 02:36 分类:问答why Mutation does not make inserts for existing columns
I am loading initial data (url list for a crawler) to Cassandra with status crawled=0. Then using Hadoop I crawl all the links and try to change crawled from 0 to something else, for example 1 or 2, o[详细]
2023-03-25 10:25 分类:问答I'd like to use multiple services on one transport ( Thrift )
I\'d like to create several services, and I want to use them with different identifiers. So I mean : I\'ve got a Users and Projects service .[详细]
2023-03-25 01:42 分类:问答Extending a thrift generated object in C++
Using the following .thrift file struct myElement { 1: required i32 num, } struct stuff { 1: optional map<i32,myElement> mymap,[详细]
2023-03-24 15:27 分类:问答Unable to load thrift_native extension. Defaulting to pure Ruby libraries
when I execute a ruby code I get Unable to load thrift_native extension. Defaulting to pure Ruby libraries.[详细]
2023-03-21 10:06 分类:问答bidirectional communication with Thrift or Protocol Buffers
(sorry for my english) It\'s possible to build an application (2 in deed ) that implement bidirectional communication between process?.[详细]
2023-03-20 14:08 分类:问答Confused about Thrift, what does it really do?
Can someone explain to me what thrift really does? Say i have a Rails app, and I also have some code written in Scala.[详细]
2023-03-19 06:10 分类:问答Thrift - different Handler instance for each Socket
Im developing a \'proxy\' server in Thrift. My problem is,开发者_如何学C that each connection incomming to the proxy uses the same instance of the Handler. The client implementation of the proxy is in[详细]
2023-03-19 00:48 分类:问答Is there a downloadable distribution of Thrift for Windows?
I\'ve been reading quite a bit about Thrift and it looks like a technology I\'d really like to use. I\'m having all sorts of trouble building the Windows distribution. I know a patch exists to build a[详细]
2023-03-18 03:51 分类:问答