Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.