Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
Labels (1)
avatar
Master Mentor

Download connector http://hortonworks.com/hdp/addons/

**** Extract tar file ****

779-screen-shot-2015-12-12-at-82404-am.png

**** Copy jar into sqoop-client/lib ***

cp *.jar /usr/hdp/current/sqoop-client/lib/

**** Create tables in Teradata ****

We will be importing data from /tmp/test , HDFS location

**** Sqoop ****

sqoop export --connect jdbc:teradata://Terdatahost/Database=DBName --connection-manager org.apache.sqoop.teradata.TeradataConnManager --username user --password passwd --table test --export-dir /tmp/test/ --batch

780-screen-shot-2015-12-12-at-82839-am.png

7,575 Views
Comments
avatar
Contributor

Hi Neeraj,

Is there any latest hdp-teradata connector for hdp 2.3.4 .

https://community.hortonworks.com/questions/22957/sqoop-export-with-hdp-teradata-connector-error.htm...