Created
January 14, 2013 23:02
-
-
Save rweald/4534372 to your computer and use it in GitHub Desktop.
Installing postgres driver for apache sqoop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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