GithubHelp home page GithubHelp logo

centiteo / incubator-eagle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/eagle

0.0 2.0 0.0 24.03 MB

Mirror of Apache Eagle (Incubating)

License: Apache License 2.0

Shell 7.37% Ruby 0.31% Java 76.29% Scala 7.14% ANTLR 0.07% Protocol Buffer 0.06% Python 0.59% CSS 0.46% JavaScript 5.28% Groff 0.10% HTML 2.33%

incubator-eagle's Introduction

Apache Eagle Build Status

Secure Hadoop Data in Real Time

Apache Eagle is an open source monitoring solution to instantly identify access to sensitive data, recognize attacks, malicious activities in Hadoop and take actions in real time.

For more details, please visit https://eagle.incubator.apache.org

Documentation

You can find the latest Eagle documentation on https://eagle.incubator.apache.org. This README file only contains basic setup instructions.

Getting Started

The fastest way to get started with Eagle is to run with docker by one of following options:

  • Pull latest eagle docker image from docker hub directly:

      docker pull apacheeagle/sandbox
    

    Then run eagle docker image:

    docker run -p 9099:9099 -p 8080:8080 -p 8744:8744 -p 2181:2181 -p 2888:2888 -p 6667:6667 -p 60020:60020 \
      -p 60030:60030 -p 60010:60010 -d --dns 127.0.0.1 --entrypoint /usr/local/serf/bin/start-serf-agent.sh \
      -e KEYCHAIN= --env EAGLE_SERVER_HOST=sandbox.eagle.incubator.apache.org --name sandbox \
      -h sandbox.eagle.incubator.apache.org --privileged=true apacheeagle/sandbox:latest \
      --tag ambari-server=true
    docker run -it --rm -e EXPECTED_HOST_COUNT=1 -e BLUEPRINT=hdp-singlenode-eagle --link sandbox:ambariserver\
      --entrypoint /bin/sh apacheeagle/sandbox:latest -c /tmp/install-cluster.sh
    
  • Build eagle docker image from source code with eagle-docker tool.

       git clone https://github.com/apache/incubator-eagle.git
       cd incubator-eagle && ./eagle-docker boot
    

As another alternative option, you could install eagle package in sandbox manualy as well.

Building Eagle (Supports JDK-1.7.x)

Eagle is built using Apache Maven. NPM should be installed (On MAC OS try "brew install node"). To build Eagle, run:

mvn -DskipTests clean package

Note : Currently eagle is tested on JDK-1.7.X . Eagle does not support JDK 1.8.

After successfully building, you will find eagle binary tarball under eagle-assembly/target/

Get Help

The fastest way to get response from eagle community is to send email to the mail list [email protected], and remember to subscribe our mail list via [email protected]

FAQ

https://cwiki.apache.org/confluence/display/EAG/FAQ

License

Licensed under the Apache License, Version 2.0. More details, please refer to LICENSE file.

incubator-eagle's People

Contributors

haoch avatar yonzhang avatar sunlibin avatar zombiej avatar hdendukuri avatar chaitaligupta avatar qinzhaokun avatar armanoharan avatar ralphsu avatar qingwen220 avatar

Watchers

James Cloos avatar centiteo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.