Installation
This page covers the essential steps to setup Apache XTable™ (incubating) in your environment.
Pre-requisites
- Building the project requires Java 11 and Maven to be setup and configured using PATH or environment variables.
- Clone the Apache XTable™ (Incubating) project GitHub repository in your environment.
Steps
Building the project
Once the project is successfully cloned in your environment, you can build the jars from the source using the below command.
mvn clean package
For skipping the tests while building, add -DskipTests
.
mvn clean package -DskipTests
For more information on the steps, follow the project's GitHub README.md
Next Steps
See the Quickstart guide to learn to use Apache XTable™ (Incubating) to add interoperability between different table formats.