Created on 02-19-2019 01:01 AM - edited 09-16-2022 07:10 AM
Hi.
I need to import data from non-trivial dbms: SAS (it isn't db at all)...
So, i have jdbc-driver (class "com.sas.rio.MVADriver"), and i have socket (host and port). And i have no connection-manager at all.
What should i do? How to write working import-string?
1. What about connection-manager
2. "driver" looks like
jdbc:mysql://<ip>:<port>/
So "mysql" is strange part of it. How to replace it?
3. Where must i put drives (jar-files) to use it from sqoop?
Created 02-19-2019 06:25 AM
Created 02-19-2019 06:25 AM
Created 02-19-2019 06:28 AM