Actually, I don't see the loading capability. Unless I am looking at the wrong code, org.apache.pig.piggybank.storage.DBStorage extends StoreFunc; it does not implement 'getNext'.
stan On Tue, Jan 24, 2012 at 5:17 PM, Stan Rosenberg <[email protected]> wrote: > My bad; I should have looked at the code. Thanks Ashutosh! > > stan > > On Tue, Jan 24, 2012 at 5:14 PM, Ashutosh Chauhan <[email protected]> > wrote: >> DBStorage can be used for both load and store. >> >> Hope it helps, >> Ashutosh >> >> On Tue, Jan 24, 2012 at 14:10, Stan Rosenberg < >> [email protected]> wrote: >> >>> Hi, >>> >>> Quick question: is anyone aware of a DBLoad UDF, preferably based on >>> hadoop's DBInputFormat? I am aware that there are other better >>> solutions, e.g., sqoop. >>> I can see DBStorage in piggybank, but not DBLoad. >>> >>> Thanks, >>> >>> stan >>>
