Re: [INCOMING] Metron 0.4.0 release (RC3)

2017-06-02 Thread Christian Tramnitz
While not a must-have, METRON-941 / PR-579 should be trivial enough to include it. Thanks, Christian On 01.06.17, 23:17, "Matt Foley" wrote: Hi all, Now that METRON-844 is in, I plan to proceed with the 0.4.0 release candidate. I think 844 was the last

[GitHub] metron pull request #606: METRON-980: Short circuit operations for Stellar

2017-06-02 Thread justinleet
Github user justinleet commented on a diff in the pull request: https://github.com/apache/metron/pull/606#discussion_r119832707 --- Diff: metron-platform/metron-common/src/test/java/org/apache/metron/common/stellar/StellarTest.java --- @@ -634,6 +679,40 @@ public void

[GitHub] metron pull request #606: METRON-980: Short circuit operations for Stellar

2017-06-02 Thread justinleet
Github user justinleet commented on a diff in the pull request: https://github.com/apache/metron/pull/606#discussion_r119831834 --- Diff: metron-platform/metron-common/src/test/java/org/apache/metron/common/stellar/StellarTest.java --- @@ -33,19 +31,66 @@ import

Re: Storm Slots - creating and deploying parsers

2017-06-02 Thread Simon Elliston Ball
Correct, you need to make sure you have sufficient slots in Ambari. Personally I tend to just add a bunch of ports at install, and create slots across the supervisors, but you can always add more supervisors too. Simon > On 2 Jun 2017, at 18:10, Otto Fowler wrote: >

Storm Slots - creating and deploying parsers

2017-06-02 Thread Otto Fowler
What is our current thinking on storm slot requirements for adding parsers to the system? Please correct me if I am wrong but I don’t think the rest services do this, so we have to go into ambari.

Re: Storm Slots - creating and deploying parsers

2017-06-02 Thread Otto Fowler
Simon, Can you write a blurb on your best practices? I would like to add it to METRON-947 steps and documentation. Maybe the Jira for the Management UI would be to have something tell you if you don’t have enough slots to activate a parser or something? On June 2, 2017 at 13:23:30, Simon

Re: Default Management UI username and password

2017-06-02 Thread Otto Fowler
How do you change that if you start with ambari now and not from the cli? On June 2, 2017 at 13:19:44, Simon Elliston Ball ( si...@simonellistonball.com) wrote: If you start with —spring.profiles.active=dev it will auto-create a user (user / password) To change it (and frankly for anything

[GitHub] metron issue #605: Metron-979 markdown errors in site-book

2017-06-02 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/605 @mattf-horton is correct, I am +1 on this. Thanks a lot for working on this, it's great to have. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] metron pull request #605: Metron-979 markdown errors in site-book

2017-06-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/605 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] metron issue #605: Metron-979 markdown errors in site-book

2017-06-02 Thread mattf-horton
Github user mattf-horton commented on the issue: https://github.com/apache/metron/pull/605 Thanks, I'm going to take @JonZeolla and @justinleet 's comments as +1s and get this in for 0.4.0. Thanks. --- If your project is set up for it, you can reply to this email and have your

[GitHub] metron issue #605: Metron-979 markdown errors in site-book

2017-06-02 Thread JonZeolla
Github user JonZeolla commented on the issue: https://github.com/apache/metron/pull/605 Go for it. Just trying to make sure it got in under a documentation related Jira without a ton of overhead. Jon On Fri, Jun 2, 2017, 6:23 PM Matt Foley