Re: SerDe question

2011-09-27 Thread Mark Kerzner
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

Re: SerDe question

2011-09-27 Thread Vijay
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