...@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
; 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
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
:
>
>
> 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
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
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]
> *
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
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
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