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...
What is UDF in Pig ?
Answer:Pig UDFs-Pig supported the languages: Java, Python, and JavaScript.