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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Is there any way to insert to hive using Talend Open Studio Data Integration 7.2.1 ?

I use Talend Open Studio Data Integration 7.2.1, I want to insert data to hive but i just found only tHiveConnection, tHiveRow, and tHiveClose. Is there any way to insert to hive using TOS Data Integration because I see all of the tutorial is using Talend Big Data.

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

Its not possible to insert data in hive using this version of talend.

if u want to insert data in hive then u need to use Talend open studio for big data build.

You can download it from 

https://liquidtelecom.dl.sourceforge.net/project/talend-bigdata/Talend%20Open%20Studio%20for%20Big%2...

 

And then you can use additional features of hive like thiveload,thiveinput etc

Thanks

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hello,

Its not possible to insert data in hive using this version of talend.

if u want to insert data in hive then u need to use Talend open studio for big data build.

You can download it from 

https://liquidtelecom.dl.sourceforge.net/project/talend-bigdata/Talend%20Open%20Studio%20for%20Big%2...

 

And then you can use additional features of hive like thiveload,thiveinput etc

Thanks

manodwhb
Champion II
Champion II

@anand219 ,you have to use Big Data studio and fine the below link to load into Hive.

 

https://help.talend.com/reader/4V0c8kuEdmnsDYqE3rQEbw/wAUBsQq17yU4Kr4gApOn1w

Anonymous
Not applicable
Author

okay, i think i can use tjdbc to do that, but it still can not so i have to change to talend big data., thanks for the solution.