This page covers the essential steps to setup Onetable in your environment.
Once the project is successfully cloned in your environment, you can build the project using the below command.
mvn clean package
Once the code is compiled, you can install the jar locally.
mvn clean install
For more information on the steps, follow the project's github README.md
See the Quickstart guide to learn to use Onetable to add interoperability between different table formats.