tajo (Main Tajo project)
|----- tajo-project (Parent POM for all Tajo Maven modules. )
| (All plugins & dependencies versions are defined here.)
|------ tajo-common
|------ tajo-catalog
|------ tajo-core
|------ tajo-rpc
|------ tajo-algebra
|------ tajo-frontend
|------ tajo-dist (Tajo distribution assembler)Download the source code from the git repository (http://git-wip-us.apache.org/repos/asf/tajo.git) as follows:
$ git clone http://git-wip-us.apache.org/repos/asf/tajo.git
Then, you can execute maven with the following goals:
Build options:
Tests options:
If you want a tarball distribution, execute the following commands
$ cd tajo-x.y.z $ mvn clean package -DskipTests -Pdist -Dtar $ ls tajo-dist/target/tajo-x.y.z-SNAPSHOT.tar.gz