[GitHub] metron issue #907: METRON-1427: Add support for storm 1.1 and hdp 2.6

2018-01-30 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/907 +1 I ran it up on 2 separate Macs, one running Ansible 2.2.2.0 and the other 2.0.0.2. Both spun up without issue today. ---

[GitHub] metron issue #907: METRON-1427: Add support for storm 1.1 and hdp 2.6

2018-01-30 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/907 +1 Ran it up with all of our fixes in the Ubuntu dev environment. Works great. Thanks! ---

[GitHub] metron issue #907: METRON-1427: Add support for storm 1.1 and hdp 2.6

2018-01-30 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/907 I also just merged #913 so I will run this up just to be sure the whole package is working in the Ubuntu dev environment. ---

[GitHub] metron issue #907: METRON-1427: Add support for storm 1.1 and hdp 2.6

2018-01-30 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/907 @nickwallen Awesome, your PR is merged in here and I'll spin it up one last time to verify that it works for 2.0.0.2. @anandsubbu Awesome, thanks! ---

[GitHub] metron issue #907: METRON-1427: Add support for storm 1.1 and hdp 2.6

2018-01-30 Thread anandsubbu
Github user anandsubbu commented on the issue: https://github.com/apache/metron/pull/907 Hi @cestella , with the latest commit having the normalized producer, I was able to spin up a 12-node Centos 7 cluster, install with HDP 2.6 base and kerberize as well without issues. Ran the

[GitHub] metron issue #907: METRON-1427: Add support for storm 1.1 and hdp 2.6

2018-01-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/907 FYI @cestella I submitted a fix against your PR branch that should address the issue with the embedded handlebars in the Ambari response. ---

[GitHub] metron issue #907: METRON-1427: Add support for storm 1.1 and hdp 2.6

2018-01-29 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/907 For 2, that's the same error @mmiklavc hit on centos. It's very interesting that I'm not hitting it. ---

[GitHub] metron issue #907: METRON-1427: Add support for storm 1.1 and hdp 2.6

2018-01-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/907 For (2), the problem is that the HDFS configuration in Ambari has embedded 'mustache handlebars' (see `{{major_stack_version}}`) that when returned from an API call confuses Ansible. We need

[GitHub] metron issue #907: METRON-1427: Add support for storm 1.1 and hdp 2.6

2018-01-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/907 Running this up on Ubuntu, I ran into two issues. (1) JDK Install Failed on Ubuntu - I do not think this was caused by this PR. This is something that I should have hit in #903, but the

[GitHub] metron issue #907: METRON-1427: Add support for storm 1.1 and hdp 2.6

2018-01-26 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/907 I'm testing now as well for good measure since this is our main dev testing environment. We should probably take a little extra care with the breadth of changes in this and

[GitHub] metron issue #907: METRON-1427: Add support for storm 1.1 and hdp 2.6

2018-01-26 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/907 ok, I ran this guy up in kerberos and regular and tooled around a bit; ensured the alerts UI worked in both. ---

[GitHub] metron issue #907: METRON-1427: Add support for storm 1.1 and hdp 2.6

2018-01-25 Thread anandsubbu
Github user anandsubbu commented on the issue: https://github.com/apache/metron/pull/907 Hi @cestella , I did a 12-node deploy on CentOS 7 with this patch. Post-kerberization, I noticed the following errors in Metron REST. Is this a related issue or a different one? ```

[GitHub] metron issue #907: METRON-1427: Add support for storm 1.1 and hdp 2.6

2018-01-24 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/907 @Ali - I think the reason for Storm 1.1 is that it's the version that comes with HDP 2.6. https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.4/bk_release-notes/content/comp_versions.html

[GitHub] metron issue #907: METRON-1427: Add support for storm 1.1 and hdp 2.6

2018-01-24 Thread mraliagha
Github user mraliagha commented on the issue: https://github.com/apache/metron/pull/907 @cestella Would it be possible to target Storm 1.2 (which was released 2 days ago) as well? ---