>From what I read, data from a RDBMS is read by the command: LOAD 'sql://mytable' USING SQLLOADER();
I couldn't find any info on how the connection parameters to the database are passed and which databases are supported. On Tue, Jul 26, 2011 at 7:40 AM, Mance Rylan <[email protected]> wrote: > Hi, > > I have googled a lot about if I can have Pig interact with an RDBMS. > Is there any way to have Pig load data from an rdbms? perform some > operations and then store data on Hadoop? > > Thanks, > Mance >
