heavyai / heavydb

HeavyDB (formerly OmniSciDB)
https://heavy.ai
Apache License 2.0
2.92k stars 444 forks source link

Documentation: Outdated JDBC Driver Class #531

Open ryan-chien opened 4 years ago

ryan-chien commented 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

randyzwitch commented 4 years ago

Thanks Ryan, I've forwarded this on to our technical writing group