Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!
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

8,554 Views
Comments
avatar
New Member

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...

Version history
Last update:
‎08-17-2019 01:42 PM
Updated by:
Contributors