Installing Apache Thrift on Ubuntu
Join the DZone community and get the full member experience.
Join For Free-
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
Published at DZone with permission of Pavithra Gunasekara, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments