My bad; You are correct, its only for store not for load. I don't know of any readymade DBStorer for Pig. Looks like you will need to write one.
Ashutosh On Tue, Jan 24, 2012 at 14:23, Stan Rosenberg < srosenb...@proclivitysystems.com> wrote: > 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 > <srosenb...@proclivitysystems.com> wrote: > > My bad; I should have looked at the code. Thanks Ashutosh! > > > > stan > > > > On Tue, Jan 24, 2012 at 5:14 PM, Ashutosh Chauhan <hashut...@apache.org> > wrote: > >> DBStorage can be used for both load and store. > >> > >> Hope it helps, > >> Ashutosh > >> > >> On Tue, Jan 24, 2012 at 14:10, Stan Rosenberg < > >> srosenb...@proclivitysystems.com> 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 > >>> >