Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.95 KB

quick-start-0.3.0.md

File metadata and controls

57 lines (42 loc) · 1.95 KB
layout title permalink
doc
Quick Start
/docs/quick-start-0.3.0.html

Guide To Install Apache Eagle 0.3.0-incubating to Hortonworks sandbox.
Apache Eagle will be called Eagle in the following.

  • Prerequisite
  • Download + Patch + Build
  • Setup Hadoop1 Environment.
  • Install Eagle.
  • Demo

Prerequisite

Eagle requires a streaming environment to run various applications. For more details, please check Setup Environment

Download + Patch + Build

  • Download Eagle 0.3.0 source released From Apache [Tar] , [MD5]

  • Build manually with Apache Maven:

    $ tar -zxvf apache-eagle-0.3.0-incubating-src.tar.gz
    $ cd incubator-eagle-release-0.3.0-rc3  
    $ curl -O https://patch-diff.githubusercontent.com/raw/apache/eagle/pull/180.patch
    $ git apply 180.patch
    $ mvn clean package -DskipTests
    

    After building successfully, you will get tarball under eagle-assembly/target/ named as eagle-0.3.0-incubating-bin.tar.gz


Install Eagle

 $ scp -P 2222  eagle-assembly/target/eagle-0.3.0-incubating-bin.tar.gz [email protected]:/root/
 $ ssh [email protected] -p 2222 (password is hadoop)
 $ tar -zxvf eagle-0.3.0-incubating-bin.tar.gz
 $ mv eagle-0.3.0-incubating eagle
 $ mv eagle /usr/hdp/current/
 $ cd /usr/hdp/current/eagle
 $ examples/eagle-sandbox-starter.sh

Demos



Footnotes

Footnotes

  1. All mentions of "hadoop" on this page represent Apache Hadoop.