Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log into the Metron Installer node.
  2. Verify Docker is installed and running. 
  3. Ensure that this node has ssh access to each of the Metron and Hadoop/HDP nodes. 
  4. Download the Metron Binaries from $METRON_0_2_RELEASE_BINARIES
  5. Untar it: tar -zxvf apache-metron-0.2.0BETA-RC2-incubating.tar.gz
  6. cd $METRON_HOME
  7. Run Docker installer image:
     docker run -it -v $METRON_HOME:/root/incubator-metron dlyle65535/metron-ansible:2.0.0.2 bash
  8. Build Metron
    cd /root/incubator-metron/
    mvn clean package -DskipTests 

...