[
https://issues.apache.org/jira/browse/EAGLE-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15408784#comment-15408784
]
ASF GitHub Bot commented on EAGLE-283:
--------------------------------------
Github user haoch commented on a diff in the pull request:
https://github.com/apache/incubator-eagle/pull/300#discussion_r73635073
--- Diff: eagle-security/eagle-security-maprfs-web/pom.xml ---
@@ -64,6 +64,16 @@
<artifactId>eagle-security-common</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.mapr.hadoop</groupId>
+ <artifactId>maprfs</artifactId>
+ <version>${maprfs.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.2</version>
--- End diff --
Please avoid declaring any dependency with explicit version but use
property defined in root pom instead. Better way is to define in
dependency-management firstly and include without version.
> Convert fid,uid in MapR's audit log to FIle/folder name, user name
> ------------------------------------------------------------------
>
> Key: EAGLE-283
> URL: https://issues.apache.org/jira/browse/EAGLE-283
> Project: Eagle
> Issue Type: New Feature
> Reporter: DanielZhou
> Assignee: DanielZhou
>
> FIle/folder, user's names are not saved in MapR's audit log file, instead,
> the audit log file keeps FID, UID.
> Need a converter to resolve the relationship between ids and their actual
> names.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)