Installing Apache Thrift on Ubuntu
Join the DZone community and get the full member experience.
Join For FreeIn a previous post I wrote how to install Apache thrift on Windows. In this post I will guide you how to install Apache Thrift on Ubuntu 12.04.
-
Install dependencies using the following command
-
Download tar.gz archive from the this link, extract it in your home directory using this command
-
Change into the Thrift installation directory(the one extracted) and carry on the following command
-
Run the following command within Thrift installation directory
make
-
After that carry on the following command
-
To verify Thrift has installed properly, use the following command
Apache Thrift
Thrift (protocol)
ubuntu
Published at DZone with permission of Pavithra Gunasekara, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments