[
https://issues.apache.org/jira/browse/METRON-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15364775#comment-15364775
]
ASF GitHub Bot commented on METRON-279:
---------------------------------------
GitHub user nickwallen opened a pull request:
https://github.com/apache/incubator-metron/pull/181
METRON-279 Removed duplicative roles; metron-kafka and metron-hbase
### [METRON-279](https://issues.apache.org/jira/browse/METRON-279)
* Removed duplicative roles; metron-kafka and metron-hbase.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickwallen/incubator-metron METRON-279
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/181.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 #181
----
commit ee5adeeecdfac09a4b6743d0d376bfea5a202d9a
Author: Nick Allen <[email protected]>
Date: 2016-07-06T18:08:06Z
METRON-279 Removed duplicative roles; metron-kafka and metron-hbase
----
> Multiple metron_kafka roles available in metron deployment directory
> --------------------------------------------------------------------
>
> Key: METRON-279
> URL: https://issues.apache.org/jira/browse/METRON-279
> Project: Metron
> Issue Type: Bug
> Affects Versions: 0.2.1BETA
> Reporter: Neha Sinha
> Priority: Minor
> Fix For: 0.2.1BETA
>
>
> Hi,
> There are two roles available that try to accomplish the task of creating
> default kafka topics:-
> -metron-kafka
> -metron_kafka_topics
>
> We would need to purge one of them.
> The main.yml file for metron_kafka_topics has the following entries :-
> topics_to_create:
> - { topic: "pcap", num_partitions: 1, replication_factor: 1,
> retention_gb: 10 }
> - { topic: "bro", num_partitions: 1, replication_factor: 1,
> retention_gb: 10 }
> - { topic: "yaf", num_partitions: 1, replication_factor: 1,
> retention_gb: 10 }
> - { topic: "snort", num_partitions: 1, replication_factor: 1,
> retention_gb: 10 }
> - { topic: "enrichments", num_partitions: 1, replication_factor: 1,
> retention_gb: 10 }
> Whereas main.yml file for metron_kafka has the following entries :-
> topics_to_create:
> - { topic: "pcap", num_partitions: 1, replication_factor: 1,
> retention_gb: 10 }
> - { topic: "bro", num_partitions: 1, replication_factor: 1,
> retention_gb: 10 }
> - { topic: "yaf", num_partitions: 1, replication_factor: 1,
> retention_gb: 10 }
> - { topic: "parser_invalid", num_partitions: 1, replication_factor:
> 1, retention_gb: 10 }
> - { topic: "parser_error", num_partitions: 1, replication_factor:
> 1, retention_gb: 10 }
> - { topic: "snort", num_partitions: 1, replication_factor: 1,
> retention_gb: 10 }
> - { topic: "enrichments", num_partitions: 1, replication_factor: 1,
> retention_gb: 10 }
> So particularly i see the topics "parser_error" and "parser_invalid" missing
> in
> metron_kafka_topics/main.yml file.
> Regards,
> Neha
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)