Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to Load data from Hive table to mysql DB tables

Hi,
Could some one please help here on how to extract data from 'Hive' tables and load them into 'mysql' db tables?
Point me if any of the old posts/use case discusses and resolved already in this forum.
Thanks in advance.
Cheers.
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,


Please take a look at a related forum:https://community.talend.com/t5/Design-and-Development/How-to-integrate-MSSQL-with-Hive/td-p/86037


Usually, we use TalendHelpCenter:tSqoopExport to call sqoop to transfer data from the Hadoop Distributed File System (HDFS) to a relational database management system (RDBMS), such as, MySQL, MSSQL.


Best regards


Sabrina


 
Anonymous
Not applicable
Author

Assuming you are using Talend Bigdata, if you are using bigdata batch job
For spark , we have tHiveinput and tmysqlloutput components.
For mapreduce, Hive uses HDFS as the underlying file system,you can use tHDFSInput and tmysqloutput components.