Go to Cloudera's site, pick
your OS version, and click "GET IT NOW!'. Register, and you should be able to download the driver.
#SQLite
For SQLite we actually don't use a JDBC driver. Instead, we use the RSQLite package, which can be installed
using install.packages("RSQLite")
.