Skip to content

Instantly share code, notes, and snippets.

@rweald
Created January 14, 2013 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rweald/4534372 to your computer and use it in GitHub Desktop.
Save rweald/4534372 to your computer and use it in GitHub Desktop.
Installing postgres driver for apache sqoop
cd /tmp
wget "http://jdbc.postgresql.org/download/postgresql-9.2-1002.jdbc4.jar"
cp postgresql-9.2-1002.jdbc4.jar /usr/share/java/
ln -s /usr/share/java/postgresql-9.2-1002.jdbc4.jar /usr/lib/sqoop/lib/postgresql-9.2-1002.jdbc4.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment