Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AFCE5200AE4 for ; Wed, 11 May 2016 07:57:40 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AC5DD160A11; Wed, 11 May 2016 05:57:40 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F410316098A for ; Wed, 11 May 2016 07:57:39 +0200 (CEST) Received: (qmail 80028 invoked by uid 500); 11 May 2016 05:57:39 -0000 Mailing-List: contact commits-help@eagle.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@eagle.incubator.apache.org Delivered-To: mailing list commits@eagle.incubator.apache.org Received: (qmail 80019 invoked by uid 99); 11 May 2016 05:57:39 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2016 05:57:39 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C4057C0141 for ; Wed, 11 May 2016 05:57:38 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id tM4InqkDWb3T for ; Wed, 11 May 2016 05:57:35 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 3837560CEF for ; Wed, 11 May 2016 05:57:34 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 30098E00A4 for ; Wed, 11 May 2016 05:57:33 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 51F433A021C for ; Wed, 11 May 2016 05:57:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1743308 - in /incubator/eagle: site/docs/deployment-in-sandbox.html site/docs/quick-start.html site/feed.xml web/quick-start.md Date: Wed, 11 May 2016 05:57:31 -0000 To: commits@eagle.incubator.apache.org From: hdendukuri@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160511055732.51F433A021C@svn01-us-west.apache.org> archived-at: Wed, 11 May 2016 05:57:40 -0000 Author: hdendukuri Date: Wed May 11 05:57:31 2016 New Revision: 1743308 URL: http://svn.apache.org/viewvc?rev=1743308&view=rev Log: updated the patch number to 180 Modified: incubator/eagle/site/docs/deployment-in-sandbox.html incubator/eagle/site/docs/quick-start.html incubator/eagle/site/feed.xml incubator/eagle/web/quick-start.md Modified: incubator/eagle/site/docs/deployment-in-sandbox.html URL: http://svn.apache.org/viewvc/incubator/eagle/site/docs/deployment-in-sandbox.html?rev=1743308&r1=1743307&r2=1743308&view=diff ============================================================================== --- incubator/eagle/site/docs/deployment-in-sandbox.html (original) +++ incubator/eagle/site/docs/deployment-in-sandbox.html Wed May 11 05:57:31 2016 @@ -257,12 +257,21 @@ $ mv eagle-0.1.0 /usr/hdp/current/eagle

Step 4: Install Eagle in Sandbox

-

The following installation actually contains installing and setting up a sandbox site with three data sources HdfsAuditLog & HiveQueryLog

+

The following installation actually contains installing and setting up a sandbox site with three data sources HdfsAuditLog, HiveQueryLog, and User Profiles

-
  $ cd /usr/hdp/current/eagle
-  $ examples/eagle-sandbox-starter.sh
+
    +
  • +

    Option 1: Install Eagle using command line

    + +
    $ cd /usr/hdp/current/eagle
    +$ examples/eagle-sandbox-starter.sh
     
    -
    +
+ +
  • +

    Option 2: Install Eagle using Eagle Ambari plugin

    +
  • +

    Step 5: Stream HDFS audit log

    Modified: incubator/eagle/site/docs/quick-start.html URL: http://svn.apache.org/viewvc/incubator/eagle/site/docs/quick-start.html?rev=1743308&r1=1743307&r2=1743308&view=diff ============================================================================== --- incubator/eagle/site/docs/quick-start.html (original) +++ incubator/eagle/site/docs/quick-start.html Wed May 11 05:57:31 2016 @@ -220,8 +220,8 @@
    $ 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/incubator-eagle/pull/150.patch
    -$ git apply 150.patch
    +$ curl -O https://patch-diff.githubusercontent.com/raw/apache/incubator-eagle/pull/180.patch
    +$ git apply 180.patch
     $ mvn clean package -DskipTests
     
    Modified: incubator/eagle/site/feed.xml URL: http://svn.apache.org/viewvc/incubator/eagle/site/feed.xml?rev=1743308&r1=1743307&r2=1743308&view=diff ============================================================================== --- incubator/eagle/site/feed.xml (original) +++ incubator/eagle/site/feed.xml Wed May 11 05:57:31 2016 @@ -5,8 +5,8 @@ Eagle - Secure Hadoop in Real Time http://goeagle.io/ - Tue, 10 May 2016 17:26:18 -0700 - Tue, 10 May 2016 17:26:18 -0700 + Tue, 10 May 2016 22:54:34 -0700 + Tue, 10 May 2016 22:54:34 -0700 Jekyll v3.1.2 Modified: incubator/eagle/web/quick-start.md URL: http://svn.apache.org/viewvc/incubator/eagle/web/quick-start.md?rev=1743308&r1=1743307&r2=1743308&view=diff ============================================================================== --- incubator/eagle/web/quick-start.md (original) +++ incubator/eagle/web/quick-start.md Wed May 11 05:57:31 2016 @@ -27,8 +27,8 @@ Guide To Install Eagle On Hortonworks sa $ 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/incubator-eagle/pull/150.patch - $ git apply 150.patch + $ curl -O https://patch-diff.githubusercontent.com/raw/apache/incubator-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`