InterviewSolution
Saved Bookmarks
| 1. |
What is the role of JDBC driver in a Sqoop set up? |
|
Answer» To connect to different relational databases sqoop needs a connector. Almost every DB vendor makes this connecter available as a JDBC driver which is specific to that DB. So Sqoop needs the JDBC driver of each of the database it needs to inetract with. |
|