Open ryan-chien opened 4 years ago
Hi Omnisci,
I noticed that the JDBC driver class is outdated in your documentation for Sqoop exports:
sqoop-export --table iAmATable \ --export-dir /user/cloudera/ \ --connect "jdbc:omnisci:000.000.000.0:6274:omnisci" \ --driver com.mapd.jdbc.MapDDriver \ --username imauser \ --password imapassword \ --direct \ --batch
It should be:
sqoop-export --table iAmATable \ --export-dir /user/cloudera/ \ --connect "jdbc:omnisci:000.000.000.0:6274:omnisci" \ --driver com.omnisci.jdbc.OmniSciDriver \ --username imauser \ --password imapassword \ --direct \ --batch
Thanks, Ryan
Thanks Ryan, I've forwarded this on to our technical writing group
Hi Omnisci,
I noticed that the JDBC driver class is outdated in your documentation for Sqoop exports:
It should be:
Thanks, Ryan