Re: DBLoader

2012-01-25 Thread Ashutosh Chauhan
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. Unle

Re: DBLoader

2012-01-24 Thread Stan Rosenberg
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 wrote: > My bad; I should have looked at the code. Thanks Ash

Re: DBLoader

2012-01-24 Thread Stan Rosenberg
My bad; I should have looked at the code. Thanks Ashutosh! stan On Tue, Jan 24, 2012 at 5:14 PM, Ashutosh Chauhan 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: >

Re: DBLoader

2012-01-24 Thread Ashutosh Chauhan
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 oth

DBLoader

2012-01-24 Thread Stan Rosenberg
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