[jira] [Commented] (EAGLE-550) Add Alert publish implementation for Slack

2016-09-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15512238#comment-15512238 ] ASF GitHub Bot commented on EAGLE-550: -- Github user mizeng commented on the issue:

[GitHub] incubator-eagle issue #442: EAGLE-550: periodically clean up dedup cache

2016-09-21 Thread mizeng
Github user mizeng commented on the issue: https://github.com/apache/incubator-eagle/pull/442 +1 --- 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

[jira] [Commented] (EAGLE-564) pack mr history/running feeder in one topology and bugs fix

2016-09-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15512221#comment-15512221 ] ASF GitHub Bot commented on EAGLE-564: -- GitHub user wujinhu opened a pull request:

[GitHub] incubator-eagle pull request #448: [EAGLE-564] pack mr history/running feede...

2016-09-21 Thread wujinhu
GitHub user wujinhu opened a pull request: https://github.com/apache/incubator-eagle/pull/448 [EAGLE-564] pack mr history/running feeder in one topology and bugs fix https://issues.apache.org/jira/browse/EAGLE-564 Pack MR history/Running feeder in the final topology by

[jira] [Created] (EAGLE-564) pack mr history/running feeder in one topology and bugs fix

2016-09-21 Thread wujinhu (JIRA)
wujinhu created EAGLE-564: - Summary: pack mr history/running feeder in one topology and bugs fix Key: EAGLE-564 URL: https://issues.apache.org/jira/browse/EAGLE-564 Project: Eagle Issue Type:

Re: Can You Give Me More Sample Data to Be Used for Training

2016-09-21 Thread Edward Zhang
Hi Xin Wu, Sorry for late reply. Thanks for your interest in user profile but it looks very hard to provide more sample data. Sometimes you need production data to simulate your test. But if you need sample data, probably you can write program to generate random ip, user, read/write cmd etc and

[jira] [Commented] (EAGLE-522) Implement HOURLY_RULE for Absence Alert.

2016-09-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15511449#comment-15511449 ] ASF GitHub Bot commented on EAGLE-522: -- Github user pkuwm commented on the issue:

[GitHub] incubator-eagle issue #426: [EAGLE-522] Implement HOURLY_RULE for Absence Al...

2016-09-21 Thread pkuwm
Github user pkuwm commented on the issue: https://github.com/apache/incubator-eagle/pull/426 @haoch Done. --- 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,

[EAGLE BUILD FAILED] incubator-eagle-main failed on build #130

2016-09-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built incubator-eagle-main (build #130) Status: Failure Check console output at https://builds.apache.org/job/incubator-eagle-main/130/ to view the results. Test Report is at: Test Result

RE: MySql Connection properties in eagle-service.conf

2016-09-21 Thread Jaspaul Chahal
Hi Ed, Thanks, I am using 0.4 . The connection is successful using ? and then connection parameters. Will try more connection parameters those I wanted to try and will keep you posted in case I find any issue. Thanks again! Regards, Jaspaul Chahal -Original Message- From: Edward

Re: MySql Connection properties in eagle-service.conf

2016-09-21 Thread Edward Zhang
In order not to block your current work, maybe you can try to config storage-connection-url to append extra connection properties, for example the following url="jdbc:mysql://localhost/eagle_db?useUnicode=yescharacterEncoding=utf8" On Wed, Sep 21, 2016 at 11:26 AM, Edward Zhang

Re: MySql Connection properties in eagle-service.conf

2016-09-21 Thread Edward Zhang
This connection-props is not applied in the code, but it should be appended to end of connection string. I am looking into the place where we can hook this configuration. Are you using Eagle 0.3? Thanks Edward On Wed, Sep 21, 2016 at 10:51 AM, Jaspaul Chahal wrote: >

RE: MySql Connection properties in eagle-service.conf

2016-09-21 Thread Jaspaul Chahal
Anyone from Apache Eagle team please? Regards, Jaspaul From: Jaspaul Chahal Sent: Tuesday, September 20, 2016 5:26 PM To: dev@eagle.incubator.apache.org Cc: Subra Ramesh (sram...@dataguise.com) Subject: MySql Connection properties in eagle-service.conf Hello Team, It's

[jira] [Created] (EAGLE-563) refactor Hadoop quieue feeder using application framework

2016-09-21 Thread Zhao, Qingwen (JIRA)
Zhao, Qingwen created EAGLE-563: --- Summary: refactor Hadoop quieue feeder using application framework Key: EAGLE-563 URL: https://issues.apache.org/jira/browse/EAGLE-563 Project: Eagle Issue

[jira] [Created] (EAGLE-562) Add a new metric totalVirtualCores in Hadoop queue feeder

2016-09-21 Thread Zhao, Qingwen (JIRA)
Zhao, Qingwen created EAGLE-562: --- Summary: Add a new metric totalVirtualCores in Hadoop queue feeder Key: EAGLE-562 URL: https://issues.apache.org/jira/browse/EAGLE-562 Project: Eagle Issue

[jira] [Created] (EAGLE-561) JsonMappingException in Hadoop queue feeder

2016-09-21 Thread Zhao, Qingwen (JIRA)
Zhao, Qingwen created EAGLE-561: --- Summary: JsonMappingException in Hadoop queue feeder Key: EAGLE-561 URL: https://issues.apache.org/jira/browse/EAGLE-561 Project: Eagle Issue Type: Bug

[jira] [Updated] (EAGLE-560) Retry embedded zookeeper port by port +1 when conflicts

2016-09-21 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-560: --- Description: Retry embedded zookeeper port by port +1 when conflicts > Retry embedded zookeeper port by port

[jira] [Resolved] (EAGLE-560) Retry embedded zookeeper port by port +1 when conflicts

2016-09-21 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen resolved EAGLE-560. Resolution: Fixed > Retry embedded zookeeper port by port +1 when conflicts >

[GitHub] incubator-eagle pull request #447: EAGLE-560 Retry embedded zookeeper port b...

2016-09-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-eagle/pull/447 --- 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

[jira] [Commented] (EAGLE-560) Retry embedded zookeeper port by port +1 when conflicts

2016-09-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15509679#comment-15509679 ] ASF GitHub Bot commented on EAGLE-560: -- Github user asfgit closed the pull request at:

[jira] [Commented] (EAGLE-560) Retry embedded zookeeper port by port +1 when conflicts

2016-09-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15509583#comment-15509583 ] ASF GitHub Bot commented on EAGLE-560: -- GitHub user haoch opened a pull request:

[GitHub] incubator-eagle pull request #447: EAGLE-560 Retry embedded zookeeper port b...

2016-09-21 Thread haoch
GitHub user haoch opened a pull request: https://github.com/apache/incubator-eagle/pull/447 EAGLE-560 Retry embedded zookeeper port by port +1 when conflicts https://issues.apache.org/jira/browse/EAGLE-560 You can merge this pull request into a Git repository by running: $ git

[jira] [Created] (EAGLE-560) Retry embedded zookeeper port by port +1 when conflicts

2016-09-21 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-560: -- Summary: Retry embedded zookeeper port by port +1 when conflicts Key: EAGLE-560 URL: https://issues.apache.org/jira/browse/EAGLE-560 Project: Eagle Issue Type: Bug

[GitHub] incubator-eagle pull request #446: [EAGLE-559] Fix TestServiceAppWithZk test...

2016-09-21 Thread haoch
GitHub user haoch opened a pull request: https://github.com/apache/incubator-eagle/pull/446 [EAGLE-559] Fix TestServiceAppWithZk test cause failing due to port conflict https://issues.apache.org/jira/browse/EAGLE-559 You can merge this pull request into a Git repository by running:

[jira] [Updated] (EAGLE-559) Fix TestServiceAppWithZk test cause failing due to port conflict

2016-09-21 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-559: --- Labels: alert-engine alert-service (was: ) > Fix TestServiceAppWithZk test cause failing due to port conflict

[jira] [Created] (EAGLE-559) Fix TestServiceAppWithZk test cause failing due to port conflict

2016-09-21 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-559: -- Summary: Fix TestServiceAppWithZk test cause failing due to port conflict Key: EAGLE-559 URL: https://issues.apache.org/jira/browse/EAGLE-559 Project: Eagle Issue

[jira] [Commented] (EAGLE-522) Implement HOURLY_RULE for Absence Alert.

2016-09-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15509392#comment-15509392 ] ASF GitHub Bot commented on EAGLE-522: -- Github user haoch commented on the issue:

[GitHub] incubator-eagle issue #426: [EAGLE-522] Implement HOURLY_RULE for Absence Al...

2016-09-21 Thread haoch
Github user haoch commented on the issue: https://github.com/apache/incubator-eagle/pull/426 @pkuwm there are conflicts, could you please help fix it? --- 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