What is the purpose of @outputSchema decorator in Python UDF when using in Apache Pig ?
Answer:A UDF has input and output. Here is the different ways you can specify the output format of a Python UDF through use of the outputSchema decorator.
Browsing Category