This project has retired. For details please refer to its Attic page.

Analyze Big Data Platforms For Security and Performance

Deploy Apache Eagle in the Production

This page outlines the steps for deploying Apache Eagle (called Eagle in the following) in the production environment.

Here’s the main content of this page:

  • Setup Cluster Environment
  • Start Eagle Service
    • Edit Configure files
    • Install metadata
  • Rock with monitoring apps
  • Stop Eagle Services

Setup Cluster Environment

Eagle requires a setup cluster environment to run monitoring applications. For more details, please check Environment

Start Eagle Service

  • Step 1: Edit environment related configurations:

    • Edit bin/eagle-env.sh

        # TODO: make sure java version is 1.7.x
        export JAVA_HOME=
      
        # TODO: Apache Storm nimbus host. Default is localhost
        export EAGLE_NIMBUS_HOST=localhost
      
        # TODO: EAGLE_SERVICE_HOST, default is `hostname -f`
        export EAGLE_SERVICE_HOST=localhost
      
    • Edit conf/eagle-service.conf to configure the database to use (for example: HBase1)

        # TODO: hbase.zookeeper.quorum in the format host1,host2,host3,...
        # default is "localhost"
        hbase-zookeeper-quorum="localhost"
      
        # TODO: hbase.zookeeper.property.clientPort
        # default is 2181
        hbase-zookeeper-property-clientPort=2181
      
        # TODO: hbase configuration: zookeeper.znode.parent
        # default is "/hbase"
        zookeeper-znode-parent="/hbase"
      
  • Step 2: Install metadata for policies

      $ cd <eagle-home>
    
      # start Eagle web service
      $ bin/eagle-service.sh start
    
      # import metadata after Eagle service is successfully started
      $ bin/eagle-topology-init.sh
    

You have now successfully installed Eagle and setup a monitoring site. Next you can

Rock with Applications

Currently Eagle provides several analytics solutions for identifying security on a Hadoop2 cluster. For example:

Stop Services

  • Stop eagle service

    $ bin/eagle-service.sh stop
    

Footnotes

  1. All mentions of “hbase” on this page represent Apache HBase. 

  2. All mentions of “hadoop” on this page represent Apache Hadoop. 

  3. Apache Hive. 

Copyright © 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
Apache Eagle, Eagle, Apache Hadoop, Hadoop, Apache HBase, HBase, Apache Hive, Hive, Apache Ambari, Ambari, Apache Spark, Spark, Apache Kafka, Kafka, Apache Storm, Storm, Apache Maven, Maven, Apache Tomcat, Tomcat, Apache Derby, Derby, Apache Cassandra, Cassandra, Apache ZooKeeper, ZooKeeper, Apache, the Apache feather logo, and the Apache project logo are trademarks of The Apache Software Foundation.