Re: hadoop in the ETL process

2008-07-02 Thread Chris K Wensel
If your referring to loading an RDBMS with data on Hadoop, this is doable. but you will need to write your own JDBC adapters to your tables. But you might review what you are using the RDBMS for and see if those jobs would be better off running on Hadoop entirely, if not for most of the

RE: hadoop in the ETL process

2008-07-02 Thread Ryan Lynch
imagine establishing connections inside map/reduce jobs would not be ideal. Regards, Ryan -Original Message- From: Chris K Wensel [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2008 11:31 AM To: core-user@hadoop.apache.org Subject: Re: hadoop in the ETL process If your referring