[GitHub] incubator-eagle pull request #606: EAGLE-643 Implement oozieAuditLogAppProvi...

2016-11-13 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-eagle pull request #606: EAGLE-643 Implement oozieAuditLogAppProvi...

2016-11-09 Thread haoch
Github user haoch commented on a diff in the pull request:

https://github.com/apache/incubator-eagle/pull/606#discussion_r87327457
  
--- Diff: 
eagle-security/eagle-security-oozie-auditlog/src/main/resources/META-INF/providers/org.apache.eagle.security.oozie.parse.OozieAuditLogAppProvider.xml
 ---
@@ -0,0 +1,250 @@
+
+
+
+
+OOZIE_AUDIT_LOG_MONITOR
+Oozie Audit Log Monitor
+0.5.0-incubating
+
org.apache.eagle.security.oozie.parse.OozieAuditLogApplication
+
+
+
+workers
+workers
+1
+number of topology workers
+
+
+topology.numOfJoinTasks
+topology.numOfJoinTasks
--- End diff --

Please change `displayName` of all properties in configuration descriptor 
to **human-readable name**, for example:  topology.numOfJoinTasks -> "Join 
Tasks Num"



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-eagle pull request #606: EAGLE-643 Implement oozieAuditLogAppProvi...

2016-11-09 Thread haoch
Github user haoch commented on a diff in the pull request:

https://github.com/apache/incubator-eagle/pull/606#discussion_r87172938
  
--- Diff: 
eagle-security/eagle-security-oozie-auditlog/src/main/java/org/apache/eagle/security/oozie/parse/OozieAuditLogAppProvider.java
 ---
@@ -0,0 +1,13 @@
+package org.apache.eagle.security.oozie.parse;
--- End diff --

Missing license header


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---