1.

Can You Join Multiple Fields In Apache Pig Scripts?

Answer»

Yes, it is possible to join MULTIPLE fields in PIG scripts because the join operations takes records from one input and joins them with another input. This can be achieved by SPECIFYING the keys for each input and the two rows will be JOINED when the keys are EQUAL.

Yes, it is possible to join multiple fields in PIG scripts because the join operations takes records from one input and joins them with another input. This can be achieved by specifying the keys for each input and the two rows will be joined when the keys are equal.



Discussion

No Comment Found