Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello everyone, Can tHiveinput run multiple queries because we want to validate 2 result from 2 different tables, thanks in advance.
hello Shong , thanks for your response, so do i have to use 2 tHiveinput and 2 tJavarow ?
hello , could you please clarify how can i get value , now both value are null value.
And in tJavarow i am writting
context.reference = input_row.reference;
context.reference1 = input_row.reference1;
System.out.println(context.reference);
System.out.println(context.reference1);
Thanks!!