tags:

views:

76

answers:

1

Hi..

I m using Hadoop to store the data of our application.Can someone suggest how to syncronize data between a PostgreSql and Hadoop. I m using SymmetricDS as the replication tool.

Thanks

A: 

If hadoop only copies data from PostgreSQL and no updates are done on the hadoop site, try using sqoop - simple database into hadoop import tool.

Wojtek