Tag: Apache Thrift


Steps to Install Apache Thrift on Ubuntu 14.04

Software framework written in C++ is all that Apache Thrift is. Although Facebook originally created it in 2007, the Apache Software Foundation now hosts it as an Open Source project (ASF). With the use of software, servers on a network can communicate with one another to request services using a protocol called RPC, or remote procedure call. The entire technique requires no network information from it. 1. Install all the dependencies # apt-get install libboost-dev libboost-test-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev ant 2. Now, Install Java......

Continue Reading


Get your free trial now