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