Re: [DISCUSS] SIDELOADING PARSERS: REST API

2017-03-10 Thread Otto Fowler
Yes, I would do that as part of the nar integration ( adding VFSClassloader to nar ) On March 10, 2017 at 15:13:18, Casey Stella (ceste...@gmail.com) wrote: This is another reason to consider deploying custom parsers to HDFS and reusing the classloader, we can adjust the REST api to search the

Re: [DISCUSS] SIDELOADING PARSERS: REST API

2017-03-10 Thread Casey Stella
This is another reason to consider deploying custom parsers to HDFS and reusing the classloader, we can adjust the REST api to search the centralized store of 3rd party parsers (HDFS). On Fri, Mar 10, 2017 at 10:10 AM, Otto Fowler wrote: > As previously discussed here, I have been working on sid

[DISCUSS] SIDELOADING PARSERS: REST API

2017-03-10 Thread Otto Fowler
As previously discussed here, I have been working on side loading of parsers. The goals of this work are: * Make it possible of developers to create, maintain and deploy parsers outside of the Metron code tree and not have to fork * Create maven archetype support for developers of parsers * Introd