Compiling chimera
- Download the source code.
1wget https://github.com/intel-hadoop/chimera/archive/0.9.2.tar.gz - Decompress the source code package.
1tar -zxvf 0.9.2.tar.gz
- Go to the Chimera source code directory.
1cd chimera-0.9.2
- Install dependencies.
1yum install glibc-static libstdc++-static -y
- Perform compilation.
1mvn clean install
The result is ./target/chimera-0.9.2.jar, which is installed in the local Maven repository.
Parent topic: Chimera Porting Guide (CentOS&openEuler)