[
https://issues.apache.org/jira/browse/METRON-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16581577#comment-16581577
]
ASF GitHub Bot commented on METRON-1738:
----------------------------------------
Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/1166
I validated this in full dev. After full finishes building these are the
HDFS permissions:
```
[root@node1 vagrant]# hdfs dfs -ls /apps/metron/pcap
Found 3 items
drwxrwxr-x - metron hadoop 0 2018-08-15 18:34
/apps/metron/pcap/input
drwxrwxr-x - metron hadoop 0 2018-08-15 18:34
/apps/metron/pcap/interim
drwxrwxr-x - metron hadoop 0 2018-08-15 18:34
/apps/metron/pcap/output
```
After Kerberos is enabled and REST is restarted, the permissions are:
```
[root@node1 vagrant]# hdfs dfs -ls /apps/metron/pcap
Found 3 items
drwxr-xr-x - metron hadoop 0 2018-08-15 18:34
/apps/metron/pcap/input
drwxr-xr-x - metron hadoop 0 2018-08-15 18:34
/apps/metron/pcap/interim
drwxr-xr-x - metron hadoop 0 2018-08-15 18:34
/apps/metron/pcap/output
```
> Pcap directories should have correct permissions
> ------------------------------------------------
>
> Key: METRON-1738
> URL: https://issues.apache.org/jira/browse/METRON-1738
> Project: Metron
> Issue Type: Sub-task
> Reporter: Ryan Merriman
> Assignee: Ryan Merriman
> Priority: Major
>
> Different permissions are required for Kerberized vs non-Kerberized
> installations.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)