我要评分
获取效率
正确性
完整性
易理解

Compiling chimera

  1. Download the source code.
    1
    wget https://github.com/intel-hadoop/chimera/archive/0.9.2.tar.gz
    
  2. Decompress the source code package.
    1
    tar -zxvf 0.9.2.tar.gz
    
  3. Go to the Chimera source code directory.
    1
    cd chimera-0.9.2
    
  4. Install dependencies.
    1
    yum install glibc-static libstdc++-static -y
    
  5. Perform compilation.
    1
    mvn clean install
    

    The result is ./target/chimera-0.9.2.jar, which is installed in the local Maven repository.