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. 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. |
|