Re: Unable to get 0.5.0 release working

2018-02-02 Thread Colm O hEigeartaigh
Thanks. I've submitted an initial PR to fix the Slack ClassNotFoundException issue here: https://issues.apache.org/jira/browse/EAGLE-879 https://github.com/apache/eagle/pull/984 However, no actual Slack messages are sent. The problem is that AlertSlackPublisher only sends the message if the

Re: Unable to get 0.5.0 release working

2018-02-01 Thread Jayesh Senjaliya
resolved those tickets now. I have asked the developer to rebase the PR #941, if he doesnt get to it by this week, i will take care of, its long pending one. Thanks for verifying though. - Jayesh On Thu, Feb 1, 2018 at 8:56 AM, Colm O hEigeartaigh wrote: > Thanks Jayesh.

Re: Unable to get 0.5.0 release working

2018-02-01 Thread Colm O hEigeartaigh
Thanks Jayesh. I have two more PRs awaiting review: https://github.com/apache/eagle/pull/981 https://github.com/apache/eagle/pull/982 Thanks for the JIRA privileges, I can now assign issues to me + change the versions. However, I can't "resolve" JIRAs that weren't reported by me which is

Re: Unable to get 0.5.0 release working

2018-01-31 Thread Jayesh Senjaliya
Thanks for the PRs. I have merged them. welcome to the developer community Colm. I have also added you to jira project so can assign the tasks to yourself. lets create ticket to fix the dedup functionality, I m actually surprised we havent hit this issue yet. we do use multiple publishers but

Re: Unable to get 0.5.0 release working

2018-01-30 Thread Jayesh Senjaliya
Hi Colm, appreciate your suggestions/ efforts in looking into this project, putting my comments inline... a) There is already a JIRA to bump the version here, although the PR does not apply as it is too old: https://issues.apache.org/jira/browse/EAGLE-1025 . I can submit a new PR, but should the

Re: Unable to get 0.5.0 release working

2018-01-25 Thread Jayesh Senjaliya
Hi, we do use eagle 0.5 in production although we dont use all the available hadoop applications. EAGLE-968 is a fix for email issue we found while our testing. should be merged soon after a rebase. @Colm, did you tried adding storage publisher

Re: Unable to get 0.5.0 release working

2018-01-17 Thread Edward Zhang
There is a data preparation stage between data source(HDFS audit log) and Alert Engine. This stage is running in Storm and transform the raw HDFS log into something which can be alerted. The input for data preparation is hdfs_audit_log_sandbox topic and output is hdfs_audit_log_enriched_sandbox.

Re: Unable to get 0.5.0 release working

2018-01-16 Thread Jayesh Senjaliya
Hi Colm, Please find my comments inline. a) The official docker image uses 0.5.0-SNAPSHOT and not the released version. - this is because we uploaded docker image before apache release. actually this is same codebase apache-eagle-0.5, and it can be fixed easily by just rebuilding docker image.