You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by yonzhang <gi...@git.apache.org> on 2016/08/04 23:57:03 UTC

[GitHub] incubator-eagle pull request #301: Stream tumbling aggregator library

GitHub user yonzhang opened a pull request:

    https://github.com/apache/incubator-eagle/pull/301

    Stream tumbling aggregator library

    https://issues.apache.org/jira/browse/EAGLE-410

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/yonzhang/incubator-eagle develop

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-eagle/pull/301.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #301
    
----
commit d94d27715cfe7bcafedc891539a3977d1a556bee
Author: yonzhang <yo...@gmail.com>
Date:   2016-08-03T23:41:42Z

    convert hbase audit monitoring to app

commit ff7fa43e63a118ade30c026e1da8eafba6c20696
Author: yonzhang <yo...@gmail.com>
Date:   2016-08-03T23:42:44Z

    test namenode fail 3 times

commit 5556ed0b959b76de56f18ba43038fc394d922aa6
Author: yonzhang <yo...@gmail.com>
Date:   2016-08-04T17:45:47Z

    aggregation using siddhi lib

commit d75c0ebc7b94f3b4db96091df6da6725e2303a0c
Author: yonzhang <yo...@gmail.com>
Date:   2016-08-04T17:47:44Z

    merge with latest upstream/develop

commit efece0d5346694caba042f35d8450707fd7dfc32
Author: yonzhang <yo...@gmail.com>
Date:   2016-08-04T19:42:46Z

    upgrade siddhi to 3.1.1 for external time batch

commit 805f7dbf4587b89b2c76cc2eaca67741d6de748a
Author: yonzhang <yo...@gmail.com>
Date:   2016-08-04T23:55:31Z

    enhance api for stream aggregator api

----


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-eagle issue #301: Stream tumbling aggregator library

Posted by yonzhang <gi...@git.apache.org>.
Github user yonzhang commented on the issue:

    https://github.com/apache/incubator-eagle/pull/301
  
    ok, fixed, and will create another PR


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-eagle pull request #301: Stream tumbling aggregator library

Posted by yonzhang <gi...@git.apache.org>.
Github user yonzhang closed the pull request at:

    https://github.com/apache/incubator-eagle/pull/301


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-eagle issue #301: Stream tumbling aggregator library

Posted by haoch <gi...@git.apache.org>.
Github user haoch commented on the issue:

    https://github.com/apache/incubator-eagle/pull/301
  
    Thanks, in fact, you don't have to reopen another new pull request but could continue to modify and commit on the current branch as any new changes will append directly to this PR.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-eagle issue #301: Stream tumbling aggregator library

Posted by haoch <gi...@git.apache.org>.
Github user haoch commented on the issue:

    https://github.com/apache/incubator-eagle/pull/301
  
    Following unit tests failed:
    
    ~~~
    Tests in error:
      test07Pull76(org.apache.eagle.alert.siddhi.TestExternalBatchWindow)
      test02NoMsg(org.apache.eagle.alert.siddhi.TestExternalBatchWindow)
      test06EdgeCase(org.apache.eagle.alert.siddhi.TestExternalBatchWindow)
      test01DownSampling(org.apache.eagle.alert.siddhi.TestExternalBatchWindow
    ~~~
    
    For exception:
    ~~~
    org.wso2.siddhi.query.api.exception.ExecutionPlanValidationException: No extension exist for WindowExtension{namespace='eagle'} , when creating query query in execution plan "a75398be-60e8-4248-9eaf-37166841ea88"
    
    	at org.wso2.siddhi.core.util.parser.ExecutionPlanParser.parse(ExecutionPlanParser.java:185)
    	at org.wso2.siddhi.core.SiddhiManager.createExecutionPlanRuntime(SiddhiManager.java:59)
    	at org.wso2.siddhi.core.SiddhiManager.createExecutionPlanRuntime(SiddhiManager.java:73)
    	at org.apache.eagle.alert.siddhi.TestExternalBatchWindow.simpleQueryRuntime(TestExternalBatchWindow.java:91)
    	at org.apache.eagle.alert.siddhi.TestExternalBatchWindow.test02NoMsg(TestExternalBatchWindow.java:57)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
    	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
    	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
    	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
    	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
    	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
    	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
    	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
    	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
    	at org.junit.runners.Suite.runChild(Suite.java:128)
    	at org.junit.runners.Suite.runChild(Suite.java:27)
    	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
    	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
    	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
    	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
    	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
    	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
    	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
    	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:119)
    	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:42)
    	at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:234)
    	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:74)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
    Caused by: org.wso2.siddhi.core.exception.ExecutionPlanCreationException: No extension exist for WindowExtension{namespace='eagle'} , when creating query query
    	at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:195)
    	at org.wso2.siddhi.core.util.parser.ExecutionPlanParser.parse(ExecutionPlanParser.java:169)
    	... 41 more
    Caused by: org.wso2.siddhi.core.exception.ExecutionPlanCreationException: No extension exist for WindowExtension{namespace='eagle'} 
    	at org.wso2.siddhi.core.util.SiddhiClassLoader.loadExtensionImplementation(SiddhiClassLoader.java:67)
    	at org.wso2.siddhi.core.util.parser.SingleInputStreamParser.generateProcessor(SingleInputStreamParser.java:172)
    	at org.wso2.siddhi.core.util.parser.SingleInputStreamParser.parseInputStream(SingleInputStreamParser.java:104)
    	at org.wso2.siddhi.core.util.parser.InputStreamParser.parse(InputStreamParser.java:65)
    	at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:103)
    	... 42 more
    ~~~


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---