Top "Thrift" questions

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

Integrate Hbase with PHP

I have installed the Hbase and now I am looking for some PHP library to integrate hbase with PHP I …

php hbase thrift
How can I compile all .thrift files (*.thrift) as a Maven phase?

I'm using maven-antrun-plugin to execute a thrift shell command. I can compile one file per <exec> with <…

maven ant thrift
Difference between Apache Thrift and ZeroMQ

I understand that Apache Thrift and ZeroMQ are softwares belonging to different categories, and it is not easy to do …

comparison message-queue thrift zeromq
Where is the Thrift format specification?

Although Thrift format is relatively widely used (and project still alive), I haven't been able to find specification for the …

thrift specifications dataformat
HBase: Thrift vs Rest performance

I know there are a couple of post on StackOverflow about REST and Thrift for HBase, but I would like …

node.js rest hadoop hbase thrift
CMake Difference between include_directories and add_subdirectory?

I'm learning CMake for building C++ code, and struggling with the following concept. On my root level directory I have …

c++ cmake thrift
Callbacks in Thrift Asynchronous Functions?

In Thrift it is possible to use the oneway modifier to specify a call as asynchronous. Apparently, it's not possible …

php asynchronous callback thrift
TTransportException Exception while working with Apache Thrift

I am working with apache Thrift. I am getting TTransportException exception while everthing looks fine with my code. Here is …

java sockets thrift transport
Is there a Thrift or Cassandra client for Node.js/JavaScript

I would like to start using Cassandra with a node.js deployment, but I can't find a Thrift or Cassandra …

javascript cassandra node.js thrift
Thrift.Transport.TTransportException: Cannot write to null outputstream

I'm doing some work with Cassandra and the Thrift libraries. I realize these are very early libraries and will (undoubtedly) …

c# cassandra thrift