Re: [DISCUSS] Move grok pattern from HDFS to Zookeeper

2016-10-10 Thread James Sirota
I agree with storing in Zookeeper so long that we can provide easy editing capability...preferably via REPL 10.10.2016, 13:13, "Ryan Merriman" : > Currently a file with a Grok pattern is stored in HDFS and referenced by > path in a Zookeeper parser config property. I believe we can simplify this

Re: [DISCUSS] Move grok pattern from HDFS to Zookeeper

2016-10-10 Thread Casey Stella
Agreed to that. We should make sure that however it is implemented, a running parser topology can have its grok pattern changed on the fly. On Mon, Oct 10, 2016 at 16:43 David Lyle wrote: > I'm +1 on that. I'd also like to see them removed from the classpath so > that Zookeeper is the sole author

Re: [DISCUSS] Move grok pattern from HDFS to Zookeeper

2016-10-10 Thread David Lyle
I'm +1 on that. I'd also like to see them removed from the classpath so that Zookeeper is the sole authoritative source for the Grok patterns. -D... On Mon, Oct 10, 2016 at 4:13 PM, Ryan Merriman wrote: > Currently a file with a Grok pattern is stored in HDFS and referenced by > path in a Zooke

[DISCUSS] Move grok pattern from HDFS to Zookeeper

2016-10-10 Thread Ryan Merriman
Currently a file with a Grok pattern is stored in HDFS and referenced by path in a Zookeeper parser config property. I believe we can simplify this and remove the HDFS dependency by just storing the Grok pattern directly in a Zookeeper parser config property. Does anyone see a problem with doing