[
https://issues.apache.org/jira/browse/METRON-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15691279#comment-15691279
]
ASF GitHub Bot commented on METRON-565:
---------------------------------------
Github user mmiklavc commented on the issue:
https://github.com/apache/incubator-metron/pull/365
Ended up making a few additional changes here. First, got rid of the
/apps/metron/enrichment directory entirely. With indexing being split off into
its own topology, this no longer made sense to live there. Furthermore,
"indexed" was the only thing that lived in the enrichment directory in hdfs.
The indexed doc path will now live in /apps/metron/indexing/indexed to keep
consistent with the dir structure we used in the past. In addition, I've now
exposed the directory as a property the user can both see and modify in the
advanced properties section in Ambari.


Lastly, I updated the quickdev environment to reflect this change as well.
> apps/metron/enrichment/indexed directory path does not get created for metron
> cluster deployed via Ambari
> ---------------------------------------------------------------------------------------------------------
>
> Key: METRON-565
> URL: https://issues.apache.org/jira/browse/METRON-565
> Project: Metron
> Issue Type: Bug
> Affects Versions: 0.2.1BETA
> Reporter: Neha Sinha
> Assignee: Michael Miklavcic
>
> Metron cluster deployed via ansible creates the following path in the hdfs :-
> ====================================================
> /apps/metron/enrichment/indexed
> However, the same directory path is not present in the Metron cluster
> deployed via Ambari :-
> ====================================================
> [root@hcsb-10 ~]# hdfs dfs -ls /apps/metron/enrichment
> Found 4 items
> drwxrwxr-x - storm hadoop 0 2016-11-11 07:15
> /apps/metron/enrichment/bro
> drwxrwxr-x - storm hadoop 0 2016-11-11 07:18
> /apps/metron/enrichment/snort
> drwxrwxr-x - storm hadoop 0 2016-11-11 05:47
> /apps/metron/enrichment/squid
> drwxrwxr-x - storm hadoop 0 2016-11-11 07:18
> /apps/metron/enrichment/yaf
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)