Top "Thrift" questions

Thrift is a software framework for scalable cross-platform, cross-language services development available from Apache.

Biggest differences of Thrift vs Protocol Buffers?

What are the biggest pros and cons of Apache Thrift vs Google's Protocol Buffers?

serialization protocol-buffers thrift
Why I am getting java.lang.AbstractMethodError errors?

What are the possible causes for ABstractMethodError? Exception in thread "pool-1-thread-1" java.lang.AbstractMethodError: org.apache.thrift.ProcessFunction.isOneway()…

java thrift
Hbase client ConnectionLoss for /hbase error

I'm going completely crazy: Installed Hadoop/Hbase, all is running; /opt/jdk1.6.0_24/bin/jps 23261 ThriftServer 22582 QuorumPeerMain 21969 NameNode 23500 Jps 23021 HRegionServer 22211 TaskTracker 22891 …

java ruby hadoop hbase thrift
What is RPC framework and Apache Thrift?

I need to learn Apache Thrift for a University project. As this tutorial says, it is an RPC framework, and …

rpc thrift
How to install bison on mac OSX

I'm trying to install Thrift on my macbook. Otherwise I got an error: configure: error: Bison version 2.5 or higher must …

macos bison thrift
What are the key differences between Apache Thrift, Google Protocol Buffers, MessagePack, ASN.1 and Apache Avro?

All of these provide binary serialization, RPC frameworks and IDL. I'm interested in key differences between them and characteristics (performance, …

protocol-buffers thrift asn.1 avro
Why Thrift, Why not HTTP RPC(JSON+gzip)

Thrift's primary goal is to enable efficient and reliable communication across programming languages. but I think HTTP-RPC can also do …

json thrift
Dictionary in protocol buffers

Is there any way to serialize a dictionary using protocol buffers, or I'll have to use Thrift if I need …

serialization protocol-buffers thrift
fatal error: 'openssl/bio.h' file not found

I am trying to install Apache Thrift on my Mac, but am hitting an issue. I followed the installation steps …

openssl thrift libevent
Thrift, Avro, Protocolbuffers - Are they all dead?

Working on a pet project (cassandra, spark, hadoop, kafka) I need a data serialization framework. Checking out the common three …

hadoop serialization protocol-buffers thrift avro