You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/25 08:04:12 UTC

[jira] [Commented] (EAGLE-298) Oozie auditlog integration for Oozie security monitoring

    [ https://issues.apache.org/jira/browse/EAGLE-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299649#comment-15299649 ] 

ASF GitHub Bot commented on EAGLE-298:
--------------------------------------

GitHub user r7raul1984 opened a pull request:

    https://github.com/apache/incubator-eagle/pull/198

    EAGLE-298 Oozie auditlog integration for Oozie security monitoring

    - Add oozie auditlog parse code and related test code.
    - Add job.html and controll.js code for new view type job.
    - Add oozie auditlog entity ,oozie metatdata access config code and related test code.
    
    https://issues.apache.org/jira/browse/EAGLE-298

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/r7raul1984/incubator-eagle oozie

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-eagle/pull/198.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #198
    
----
commit d65032cb25ca5d8d667229f4cbf123b852699843
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-13T05:06:51Z

    test unit for JobConfParserImpl

commit 24f95869db81aa818fe82c968a04422e83194233
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-16T02:22:31Z

    EAGLE-299 Add thread sleep after executionPlanRuntime.getInputHandler to avoid test fail. This is a dirty workaround.

commit 1c5fbe1120761c068182eaaf928748553b1e23bc
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-16T09:51:55Z

    EAGLE-298 Add oozie related entity and metadataAccess class.

commit 6f03a04cc97ae38bb83626de38c3ad7dab2c42b4
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-17T04:26:11Z

    EAGLE-298 Add oozie sensitivity metadata logic and related test.

commit 197cc13bd95855ab044c88e19278dcde010e903a
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-17T08:18:16Z

    EAGLE-298 Add oozie resource rest api and related test.

commit b2fbf021ba177cbc4049f9dbe188116f855486a8
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-19T01:14:51Z

    EAGLE-298 Change oozie resource entity sensitivity from appname to jobId.

commit 9132feed096f465c3c477f8bf0e825ca46e18f69
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-19T07:58:51Z

    EAGLE-298 Oozie audit log parser.

commit 12b235ee1ca98f9ac394cda84948723a6ad15fe8
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-19T08:00:41Z

    EAGLE-298 Add pom for oozie auditlog moudle.

commit b7b7a17c4d0fda3845f68c09e0857517309685c7
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-19T09:59:39Z

    EAGLE-298 Remove code which is nouse.

commit c028aaa915d866242094530fb77c1a703a6a89ab
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-20T04:38:22Z

    EAGLE-298 Submit storm related code

commit ee85b8746138d8c4d447ac04997178b4b4565e11
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-20T04:42:44Z

    EAGLE-298 Chang to oozie audit log.

commit 04e3dd298a427ab90971d06752145e66058fe3c1
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-20T09:36:16Z

    EAGLE-298 Fix OozieResourceSensitivityAPIEntity to OozieResourceSensitivityService.

commit dfd3afa9a608c3926bb2d83525a7531a996a242b
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-23T01:30:43Z

    EAGLE-298 Change executor name to oozieAuditLogAlertExecutor.

commit 63fe55e5118fd39ec0e9775d8d51a104ed207e83
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-23T02:48:54Z

    EAGLE-298 Change xml-apis version to 1.4.01.

commit 38adcfebed88ae30ae90efa28f926325a5c8e1e2
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-23T05:05:40Z

    Add view for job type and add related controller code.

commit a08201a31e9500e09d20906bbd0d4c0ad1b5ba67
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-23T06:34:30Z

    Add view for job type and add related controller code.

commit 67683a0935c1b4d689e3eff03e4213fc9dc05a32
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-23T08:20:33Z

    Remove some nouse code.

commit 6a7c6ff44309c905200e2b13da9d7da932c72500
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-24T04:46:24Z

    Merge code from dev.

commit 117bbb506cb38e111797a861a86257c940b690be
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-24T04:50:31Z

    Merge branch 'dev' of https://github.com/apache/incubator-eagle into oozie
    
    Conflicts:
    	eagle-core/eagle-data-process/eagle-storm-jobrunning-spout/src/test/resources/jobconf.html
    	eagle-security/eagle-security-common/src/test/java/org/apache/eagle/security/crawler/audit/TestMetaDataAccessConfigRepo.java
    	eagle-topology-assembly/pom.xml
    	eagle-webservice/pom.xml

commit be733d46dc76ae6da10b0f0242843fce53a5a1aa
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-24T05:29:35Z

    Change config frow web to classification.

commit 895488c6c434dabc214c4437f7de6a7d0fdfc7fb
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-24T05:30:05Z

    Change method name to getCoordJobs.

commit 900c89cbf89e19d1af251a3638f5c01806d0bafb
Author: r7raul1984 <ta...@yhd.com>
Date:   2016-05-24T06:42:30Z

    Change meta data accessconfig logic.

----


>  Oozie auditlog integration for Oozie security monitoring
> ---------------------------------------------------------
>
>                 Key: EAGLE-298
>                 URL: https://issues.apache.org/jira/browse/EAGLE-298
>             Project: Eagle
>          Issue Type: New Feature
>            Reporter: tangjunjie
>
> Oozie audit log data source is good for monitoring Oozie actitivities, we should integrate that into Eagle framework



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)