Installation

This page covers the essential steps to setup Onetable in your environment.

Pre-requisites

  1. Building the project requires Java 11 and Maven to be setup and configured using PATH or environment variables.
  2. Clone the Onetable project github repository in your environment.

Steps

Building the project

Once the project is successfully cloned in your environment, you can build the project using the below command.

mvn clean package

Install the 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

Next Steps

See the Quickstart guide to learn to use Onetable to add interoperability between different table formats.