RE: Metron Profiler 0.3.0: HbaseBolt not storing data to HBase Instance

2017-07-13 Thread Krishna Dhanekula
are not getting your profile definitions into Zookeeper. Send us a copy of your terminal session showing the location and content of your profiler.json along with the command and ouput of you running the upload script. On Jul 12, 2017 8:41 PM, "Krishna Dhanekula" mailto:krishna

RE: Metron Profiler 0.3.0: HbaseBolt not storing data to HBase Instance

2017-07-12 Thread Krishna Dhanekula
ns into Zookeeper. Send us a copy of your terminal session showing the location and content of your profiler.json along with the command and ouput of you running the upload script. On Jul 12, 2017 8:41 PM, "Krishna Dhanekula" mailto:krishna.dhanek...@sstech.us>> wrote: When I run DU

RE: Metron Profiler 0.3.0: HbaseBolt not storing data to HBase Instance

2017-07-12 Thread Krishna Dhanekula
files": [ { "profile": "test", "foreach": "ip_src_addr", "init":{ "count": "0" }, "update": { "count": "count + 1" }, "result": "count"

RE: Metron Profiler 0.3.0: HbaseBolt not storing data to HBase Instance

2017-07-12 Thread Krishna Dhanekula
ll.com>> wrote: In your config for the individual profile though, you expire the content every 30ms (per the zip file) Simon On 12 Jul 2017, at 12:20, Krishna Dhanekula mailto:krishna.dhanek...@sstech.us>> wrote: Thanks Simon for replying. This is my ‘profiler.properties’ file content.

RE: Metron Profiler 0.3.0: HbaseBolt not storing data to HBase Instance

2017-07-12 Thread Krishna Dhanekula
o:user@metron.apache.org> Subject: Re: Metron Profiler 0.3.0: HbaseBolt not storing data to HBase Instance Looks like you’ve set the profile to purge (expires) every 30 ms, and your period is set to 30 minutes, so the data is being expired long before it has a change to write. Simon On

RE: Metron Profiler 0.3.0: HbaseBolt not storing data to HBase Instance

2017-07-12 Thread Krishna Dhanekula
your period is set to 30 minutes, so the data is being expired long before it has a change to write. Simon On 12 Jul 2017, at 06:17, Krishna Dhanekula mailto:krishna.dhanek...@sstech.us>> wrote: I have an problem where profiled data is not storing to Hbase instance: Installed metron pr