Re: DBOutputFormat and auto-generated keys

2009-01-27 Thread Kevin Peterson
On Mon, Jan 26, 2009 at 5:40 PM, Vadim Zaliva wrote: > Is it possible to obtain auto-generated IDs when writing data using > DBOutputFormat? > > For example, is it possible to write Mapper which stores records in DB > and returns auto-generated > IDs of these records? ... > which I would like t

DBOutputFormat and auto-generated keys

2009-01-26 Thread Vadim Zaliva
Is it possible to obtain auto-generated IDs when writing data using DBOutputFormat? For example, is it possible to write Mapper which stores records in DB and returns auto-generated IDs of these records? Let me explain what I am trying to achieve: I have data like this which I would like to st