[GitHub] metron issue #1019: METRON-1555: Update REST to run YARN and MR jobs

2018-05-16 Thread JonZeolla
Github user JonZeolla commented on the issue: https://github.com/apache/metron/pull/1019 Based on the temporary/example state of some of this PR would it make sense to explicitly keep this one out of the upcoming release, regardless of the review cycle? ---

[jira] [Commented] (METRON-1555) Update REST to run YARN and MR jobs

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16478415#comment-16478415 ] ASF GitHub Bot commented on METRON-1555: Github user JonZeolla commented on the issue:

[jira] [Commented] (METRON-1555) Update REST to run YARN and MR jobs

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16478072#comment-16478072 ] ASF GitHub Bot commented on METRON-1555: GitHub user merrimanr opened a pull request:

[GitHub] metron pull request #1019: METRON-1555: Update REST to run YARN and MR jobs

2018-05-16 Thread merrimanr
GitHub user merrimanr opened a pull request: https://github.com/apache/metron/pull/1019 METRON-1555: Update REST to run YARN and MR jobs ## Contributor Comments This PR sets us up to run YARN and MR jobs inside our REST application. Changes include: - addition of maven

[jira] [Commented] (METRON-1566) Alert updates are not propagated to metaalert child alerts

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16478040#comment-16478040 ] ASF GitHub Bot commented on METRON-1566: GitHub user merrimanr opened a pull request:

[GitHub] metron pull request #1018: METRON-1566: Alert updates are not propagated to ...

2018-05-16 Thread merrimanr
GitHub user merrimanr opened a pull request: https://github.com/apache/metron/pull/1018 METRON-1566: Alert updates are not propagated to metaalert child alerts ## Contributor Comments Updates to alerts will now be reflected in metaalert child alerts. This was caused by the

[jira] [Commented] (METRON-1564) Full dev kafka has offsets.topic.replication.factor set to 3 instead of 1

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477529#comment-16477529 ] ASF GitHub Bot commented on METRON-1564: Github user asfgit closed the pull request at:

[GitHub] metron pull request #1016: METRON-1564: Full dev kafka has offsets.topic.rep...

2018-05-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/1016 ---

[jira] [Created] (METRON-1566) Alert updates are not propagated to metaalert child alerts

2018-05-16 Thread Ryan Merriman (JIRA)
Ryan Merriman created METRON-1566: - Summary: Alert updates are not propagated to metaalert child alerts Key: METRON-1566 URL: https://issues.apache.org/jira/browse/METRON-1566 Project: Metron

[GitHub] metron issue #1015: METRON-1544 Flaky test: org.apache.metron.stellar.common...

2018-05-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1015 In the latest, I removed the problematic test case. There is no need to test the eviction policy of the underlying cache, which is effectively what is happening. If anyone can find gaps in

[jira] [Commented] (METRON-1544) Flaky test: org.apache.metron.stellar.common.CachingStellarProcessorTest#testCaching

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477268#comment-16477268 ] ASF GitHub Bot commented on METRON-1544: Github user nickwallen commented on the issue:

[GitHub] metron issue #1015: METRON-1544 Flaky test: org.apache.metron.stellar.common...

2018-05-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1015 > @ben-manes You’re code shouldn’t make assumptions on what is evicted as we will try to maximize the hit rate using various techniques. That makes a ton of sense. Thanks for the

[jira] [Commented] (METRON-1544) Flaky test: org.apache.metron.stellar.common.CachingStellarProcessorTest#testCaching

2018-05-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477236#comment-16477236 ] ASF GitHub Bot commented on METRON-1544: Github user ottobackwards commented on the issue:

[GitHub] metron issue #1015: METRON-1544 Flaky test: org.apache.metron.stellar.common...

2018-05-16 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1015 Is there not some relevant Caffeine test we can ape for this? ---