Top "Thrift" questions

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

Configure Thrift libcrypto required

I installed Openssl, Openssl-dev on Linux. When I configure Thrift, I get this error: checking for BN_init in -lcrypto... …

thrift
How to I get started with Apache Thrift?

I wanted to create a simple Thrift server for C++ and provide a client with Python language. I went to …

thrift thrift-protocol
Convert an object to a JSON string with thrift json serialization

I'm new to the thrift. I need to convert my data object to a JSON string with Thrift JSON serialization. …

java json thrift thrift-protocol
python thrift error ```TSocket read 0 bytes```

My python version:2.7.8 thrift version:0.9.2 python-thrift version:0.9.2 OS: centOS 6.8 My test.thrift file: const string HELLO_IN_KOREAN = "an-nyoung-ha-se-yo" const …

python thrift
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 …

maven code-generation thrift
Thrift - converting from simple JSON

I created the following Thrift Object: struct Student{ 1: string id; 2: string firstName; 3: string lastName } Now I would like to read …

java json thrift thrift-protocol
Advantages of using cql over thrift

Are there any distinct advantages for using cql over thrift or is it simply a case of developers being too …

cassandra thrift cql
Requests hang when using Hiveserver2 Thrift Java client

This is a follow up question to this question where I ask what the Hiveserver 2 thrift java client API is. …

java hadoop hive thrift hortonworks-data-platform
No module named thrift in Python script

I've installed Thrift on my Mac using Homebrew: brew install thrift --with-python That did some work and finished w/o …

python homebrew thrift
Enable Thrift in Cassandra Docker

I'm trying to start up a docker image that runs cassandra. I need to use thrift to communicate with cassandra, …

cassandra docker thrift