mmiklavc commented on a change in pull request #1453: METRON-2169: Upgrade
Kafka/Storm
URL: https://github.com/apache/metron/pull/1453#discussion_r315430885
##########
File path: pom.xml
##########
@@ -141,6 +141,17 @@
</properties>
<profiles>
+ <profile>
+ <id>HDP-3.1.0.0</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <properties>
+ <hdp_version>3.1.0.0</hdp_version>
+ <global_storm_version>1.2.1</global_storm_version>
Review comment:
Can we separate Storm and Kafka? These are not closely related the way ES
and Kibana are.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services