RE: Flume to Hbase columns with regexp

2014-08-03 Thread Tinte garcia, Miguel Angel
...@streamsets.com] Sent: Friday, August 01, 2014 7:28 PM To: user@flume.apache.org Subject: Re: Flume to Hbase columns with regexp Let's be a little more explicit, since this result doesn't make a lot of sense to me: What is the value you have configured for agent.sinks.hbaseSink.serializer.co

Re: Flume to Hbase columns with regexp

2014-08-01 Thread Jonathan Natkins
; column: > > *column3* > > col1val: firstPart > col2val: This is the first part of the result > > > > > > *From:* Jonathan Natkins [mailto:na...@streamsets.com] > *Sent:* Thursday, July 31, 2014 7:02 PM > > *To:* user@flume.apache.org > *Subject:* Re: Flume to

RE: Flume to Hbase columns with regexp

2014-08-01 Thread Tinte garcia, Miguel Angel
nathan Natkins [mailto:na...@streamsets.com<mailto:na...@streamsets.com>] Sent: Thursday, July 31, 2014 12:10 AM To: user@flume.apache.org<mailto:user@flume.apache.org> Subject: Re: Flume to Hbase columns with regexp Hi Miguel, What does your configuration look like after you made the i

Re: Flume to Hbase columns with regexp

2014-07-31 Thread Jonathan Natkins
: > > > http://localhost:8080/flumeEvent/rest/data/inject?colval11=1&colval2=005&colval3=test > > > With the following content: “This is a test for different columns” > > > > Thanks again > > > > > > *From:* Jonathan Natkins [mailto:na...@stre

RE: Flume to Hbase columns with regexp

2014-07-31 Thread Tinte garcia, Miguel Angel
ks again From: Jonathan Natkins [mailto:na...@streamsets.com] Sent: Thursday, July 31, 2014 12:10 AM To: user@flume.apache.org Subject: Re: Flume to Hbase columns with regexp Hi Miguel, What does your configuration look like after you made the initial changes? As far as I can tell, the HbaseSink

Re: Flume to Hbase columns with regexp

2014-07-30 Thread Jonathan Natkins
it declaring two columnFamily > and one value in the subsequent colNames parameter, but it didn’t work. > > Is it possible inserting these values into different columns? > > > > Thanks again > > > > > > *From:* Jonathan Natkins [mailto:na...@streamsets.com] > *

RE: Flume to Hbase columns with regexp

2014-07-30 Thread Tinte garcia, Miguel Angel
inserting these values into different columns? Thanks again From: Jonathan Natkins [mailto:na...@streamsets.com] Sent: Tuesday, July 29, 2014 1:15 AM To: user@flume.apache.org Subject: Re: Flume to Hbase columns with regexp Alright, a couple things: 1) It looks like my intuition was correct

Re: Flume to Hbase columns with regexp

2014-07-28 Thread Jonathan Natkins
Alright, a couple things: 1) It looks like my intuition was correct. Changing your config to be colNames from columns seems to get things working. 2) Based on the description of what you're trying to do, it looks like your regex might be slightly off. For example, if I had a row: familyName,col1

Re: Flume to Hbase columns with regexp

2014-07-28 Thread Jonathan Natkins
I haven't tested this myself, but a quick look at the code suggests that your column name specification may be configured incorrectly. It looks like it should be: agent.sinks.hbaseSink.serializer.colNames = column1,column2 I'm trying this out myself, though, so if I find something definitive, I'l