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

2017-07-13 Thread Nick Allen
nfigs.sh -m PUSH -i > config/zookeeper/ -z krishna-3:2181 > > log4j:WARN No appenders could be found for logger > (org.apache.curator.framework.imps.CuratorFrameworkImpl). > > log4j:WARN Please initialize the log4j system properly. > > log4j:WARN See http://logging.apache.org/

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

2017-07-13 Thread Krishna Dhanekula
j/1.2/faq.html#noconfig for more info. [root@krishna-4 0.3.1]# Regards, Bala From: Nick Allen [mailto:n...@nickallen.org] Sent: Thursday, July 13, 2017 6:36 AM To: user@metron.apache.org Subject: RE: Metron Profiler 0.3.0: HbaseBolt not storing data to HBase Instance That's your problem then. You a

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

2017-07-12 Thread Krishna Dhanekula
uot; From: Nick Allen [mailto:n...@nickallen.org] Sent: Thursday, July 13, 2017 6:36 AM To: user@metron.apache.org Subject: RE: Metron Profiler 0.3.0: HbaseBolt not storing data to HBase Instance That's your problem then. You are not getting your profile definitions into Zookeeper. Send us a copy of

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

2017-07-12 Thread Nick Allen
etron.apache.org *Subject:* Re: Metron Profiler 0.3.0: HbaseBolt not storing data to HBase Instance If the Profiler definitions were uploaded to Zookeeper correctly, you should be able to see them when using the DUMP option. See example below. [root@node1 0.4.0]# bin/zk_load_configs.sh -m DU

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

2017-07-12 Thread Nick Allen
g/log4j/1.2/faq.html#noconfig for > more info. > > > > I don’t see the configuration files getting uploaded to zookeeper. Should > I add out directory in this command. > > > > > > > > *Regards,* > > > > *Balakrishna* > > > > *From:* Nick Allen [mai

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

2017-07-12 Thread Krishna Dhanekula
, Balakrishna From: Nick Allen [mailto:n...@nickallen.org] Sent: Wednesday, July 12, 2017 8:15 PM To: user@metron.apache.org Subject: Re: Metron Profiler 0.3.0: HbaseBolt not storing data to HBase Instance > Under section ‘Creating Profiles’ it’s mentioned as milli secs. In Example1 > it’s men

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

2017-07-12 Thread Nick Allen
mailto:n...@nickallen.org] > *Sent:* Wednesday, July 12, 2017 6:55 PM > > *To:* user@metron.apache.org > *Subject:* Re: Metron Profiler 0.3.0: HbaseBolt not storing data to HBase > Instance > > > > Quick correction for posterity... The 'expire' field is actually in days >

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

2017-07-12 Thread Nick Allen
F > > > > *Regards,* > > *Balakrishna* > > > *From:* Simon Elliston Ball [mailto:si...@simonellistonball.com > <si...@simonellistonball.com>] > *Sent:* Wednesday, July 12, 2017 3:28 PM > *To:* user@metron.apache.org > *Subject:* Re: Metron Profiler 0.3.0: HbaseBolt not stor

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

2017-07-12 Thread Nick Allen
184:6667 > kafka.start=WHERE_I_LEFT_OFF > > > > *Regards,* > > *Balakrishna* > > > *From:* Simon Elliston Ball [mailto:si...@simonellistonball.com > <si...@simonellistonball.com>] > *Sent:* Wednesday, July 12, 2017 3:28 PM > *To:* user@metron.apache.org > *Su

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

2017-07-12 Thread Simon Elliston Ball
kafka.start=WHERE_I_LEFT_OFF > > > > Regards, > > Balakrishna > > > From: Simon Elliston Ball [mailto:si...@simonellistonball.com] > Sent: Wednesday, July 12, 2017 3:28 PM > To: user@metron.apache.org > Subject: Re: Metron Profiler 0.3.0: HbaseBol

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

2017-07-12 Thread Krishna Dhanekula
Regards, Balakrishna From: Simon Elliston Ball [mailto:si...@simonellistonball.com] Sent: Wednesday, July 12, 2017 3:28 PM To: 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

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

2017-07-12 Thread Simon Elliston Ball
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 12 Jul 2017, at 06:17, Krishna Dhanekula > wrote: > > I have an problem where