GithubHelp home page GithubHelp logo

jycep's People

Stargazers

GreatGreg avatar Steffen Opel avatar

Watchers

adam r avatar James Cloos avatar

jycep's Issues

Custom aggregation function

I am trying to add user defined aggregation function to EsperEngine()

def add_plugin(self, name, plugin): self._esperService.getEPAdministrator().getConfiguration().addPlugInAggregationFunctionFactory(name, plugin)

and

from the sample code
http://esper.codehaus.org/esper-5.0.0/doc/reference/en-US/html/extension.html#custom-aggregation-single

I add following code to example.py
sys.path.append('./sample.jar') # this jar contains MyConcatAggregationFunctionFactory.class and MyConcatAggregationFunction.class

cep.add_plugin("concat","com.espertech.esper.example.runtimeconfig.MyConcatAggregationFunctionFactory)

However, when I run the example.py

Error walking statement [select concat(s) from BogusEvent.win:length(3) where P1 > 2.0]
java.lang.IllegalStateException: Error resolving aggregation: Could not load aggregation factory class by name 'com.espertech.esper.example.runtimeconfig.MyConcatAggregationFunctionFactory'

were outputted.

I am trying look at the source and found

this 2 line in com/espertech/esper/epl/agg/core/EngineImportServiceImpl.java will be the reason
ClassLoader cl = Thread.currentThread().getContextClassLoader();
clazz = Class.forName(className, true, cl);

Can you fix it??

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.