How to Build

Download Source Code

Download Source Code from InLong Download Page.

Build Binary Package

  1. $ mvn clean install -DskipTests

(Optional) Compile using docker image:

  1. $ docker pull maven:3.6-openjdk-8
  2. $ docker run -v `pwd`:/inlong -w /inlong maven:3.6-openjdk-8 mvn clean install -DskipTests

after compile successfully, you could find distribution file at inlong-distribution/target with tar.gz format, it includes following files:

  1. docker
  2. inlong-agent
  3. inlong-audit
  4. inlong-dataproxy
  5. inlong-manager
  6. inlong-sort
  7. inlong-tubemq-manager
  8. inlong-tubemq-server
  9. inlong-dashboard

Build Docker Images

  1. mvn clean package -DskipTests -Pdocker