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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Talend with Hive

hi,
for hive Talend is having only two three components i cant see components for join and other stuff.
if i want to do joins,sorting etc how would i do ?
Thanks and Regards
Labels (2)
1 Reply
Anonymous
Not applicable

Hi,
In 5.2.X and 5.3.X, you have these components:
tHiveConnection (in order to connect to Hive)
tHiveRow (in order to execute a HQL query against Hive)
tHiveInput (in order to read data from Hive and get the data back within the talend flow)
tELTHiveInput/tELTHiveOutput/tELTHiveMap in order to design graphical and complex queries, in order to make your join, your sort.
HTH