Hi,
There are 500+ tables with huge data in my client DB2 database.
They wants them to available in
- as individual csv file
- their HDFS
I am planning to use sqoop import here for both the requirements. Is it fine? If yes how can we write a single job to execute for all 500+ tables?
Please advice.