What is the purpose of ‘dump’ keyword in Pig?
Answer Posted / Lokesh Tiwari
'dump' is a command in Apache Pig that is used to display the contents of a relation, which is essentially a table, on the standard output.
Post New Answer View All Answers
What is the function of UNION and SPLIT operators? Give examples?
579