Thank you, Vijay.
I was beginning to understand things that way myself, and you made it
perfectly clear.
Sincerely,
Mark
On Tue, Sep 27, 2011 at 11:18 PM, Vijay wrote:
> There are a couple of problems. First of all, input.regex needs to be
> "(\\w+)". Please note the case.
> The bigger problem
There are a couple of problems. First of all, input.regex needs to be
"(\\w+)". Please note the case.
The bigger problem though, is that, with this (and most) serdes, you
can only expect one row per line of input. So multiple words within
the text cannot generate multiple rows. The best option is t