You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by DadanielZ <gi...@git.apache.org> on 2016/05/04 00:43:33 UTC

[GitHub] incubator-eagle pull request: This pull request is just for MapR i...

GitHub user DadanielZ opened a pull request:

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

    This pull request is just for MapR integration code review

    -  This is my local branch for MapR integration
    
    Solved:
    -  EAGLE-282:Auditlogparser for MapR's audit log
    -  EAGLE-283:Convert fid,uid in MapR's audit log to FIle/folder name, user name
    -  EAGLE-284:Connect to MapR's CLDB service
    
    Problem:
    -  Can not trigger alerts for now.
    
    Compared to Hortonworks,  MapR depends on different jars but same package names and class name.I haven't come up with a good solution for this dependency problem, so feel free to leave comments under this pull request, any advice will be appreciated.   :)
    
    Thanks and Regards,
    Da 

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

    $ git pull https://github.com/DadanielZ/incubator-eagle eagle-mapr

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

    https://github.com/apache/incubator-eagle/pull/175.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 #175
    
----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

Re: [GitHub] incubator-eagle pull request: This pull request is just for MapR i...

Posted by "Zhao, Qingwen" <qi...@ebay.com>.
Seems MapR audit log has the same metadata with current hdfs audit log
monitored in Eagle. I got it.

However, this may break the original hdfsAuditLog monitoring.

Regards,
Qingwen Zhao | Apache Eagle
Desk: 20998167 | Cell: +86 18818215025






On 5/6/16, 7:29 AM, "Daniel Zhou" <Da...@dataguise.com> wrote:

>Thank you!   XD
>MapR has a different command set, which is used in its audit log.
>Check this :   
>http://doc.mapr.com/display/MapR/Auditing+of+Filesystem+Operations+and+Tab
>le+Operations
>
>I've tested it and can see alerts shown in UI.
>
>
>Regards,
>Daniel Zhou
>
>
>-----Original Message-----
>From: qingwen220 [mailto:git@git.apache.org]
>Sent: Thursday, May 05, 2016 7:15 AM
>To: dev@eagle.incubator.apache.org
>Subject: [GitHub] incubator-eagle pull request: This pull request is just
>for MapR i...
>
>Github user qingwen220 commented on the pull request:
>
>    
>https://github.com/apache/incubator-eagle/pull/175#issuecomment-217165646
>  
>    That's really a big pull request!
>    
>    I don't have too much background on this new feature, and just check
>the code that i am familiar with. :-)
>    
>    In HDFSCommandResolver.java, the command set have been changed. Do
>you have thorough tests on this topology after changing this resolver?
>
>
>---
>If your project is set up for it, you can reply to this email and have
>your reply appear on GitHub as well. If your project does not have this
>feature enabled and wishes so, or if the feature is enabled but not
>working, please contact infrastructure at infrastructure@apache.org or
>file a JIRA ticket with INFRA.
>---


RE: [GitHub] incubator-eagle pull request: This pull request is just for MapR i...

Posted by Daniel Zhou <Da...@dataguise.com>.
Thank you!   XD
MapR has a different command set, which is used in its audit log.
Check this :   http://doc.mapr.com/display/MapR/Auditing+of+Filesystem+Operations+and+Table+Operations

I've tested it and can see alerts shown in UI.


Regards,
Daniel Zhou


-----Original Message-----
From: qingwen220 [mailto:git@git.apache.org] 
Sent: Thursday, May 05, 2016 7:15 AM
To: dev@eagle.incubator.apache.org
Subject: [GitHub] incubator-eagle pull request: This pull request is just for MapR i...

Github user qingwen220 commented on the pull request:

    https://github.com/apache/incubator-eagle/pull/175#issuecomment-217165646
  
    That's really a big pull request!
    
    I don't have too much background on this new feature, and just check the code that i am familiar with. :-)
    
    In HDFSCommandResolver.java, the command set have been changed. Do you have thorough tests on this topology after changing this resolver? 


---
If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA.
---

[GitHub] incubator-eagle pull request: This pull request is just for MapR i...

Posted by qingwen220 <gi...@git.apache.org>.
Github user qingwen220 commented on the pull request:

    https://github.com/apache/incubator-eagle/pull/175#issuecomment-217165646
  
    That's really a big pull request!
    
    I don't have too much background on this new feature, and just check the code that i am familiar with. :-)
    
    In HDFSCommandResolver.java, the command set have been changed. Do you have thorough tests on this topology after changing this resolver? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-eagle pull request #175: This pull request is just for MapR integr...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-eagle pull request: This pull request is just for MapR i...

Posted by qingwen220 <gi...@git.apache.org>.
Github user qingwen220 commented on the pull request:

    https://github.com/apache/incubator-eagle/pull/175#issuecomment-217170959
  
    Because i have a concern. As the command set are from the hdfs audit log, but not original hdfs commands. If you change the command set here, they may mismatch the parsed value from the log


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---