Installing Apache Thrift on Ubuntu
Installing Apache Thrift on Ubuntu
Join the DZone community and get the full member experience.
Join For FreeJava-based (JDBC) data connectivity to SaaS, NoSQL, and Big Data. Download Now.
- 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
Connect any Java based application to your SaaS data. Over 100+ Java-based data source connectors.
Published at DZone with permission of Pavithra Gunasekara , DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
{{ parent.title || parent.header.title}}
{{ parent.tldr }}
{{ parent.linkDescription }}
{{ parent.urlSource.name }}