I'm using talend 6.2.1 version. Trying to run multiple hive queries in tHiveRow
, but it simply not allowing me to do so if I separate my queries with a ";".
I have tried with tForEach
, but there is a limitation to it as we cannot include a value greater than 130 characters.
So, I turned to tFixedFlowInput
but iterative run for multiple queries seems not possible here.
I followed this Running multiple hive queries using tHiveRow component in Talend
Can anybody help me achieve my objective.