adspace


What is the use of illustrate in pig?

Answer Posted / Rananjay Pratap Singh

In Apache Pig, the `illustrate` function is used to visually display the first few rows and columns (up to 20) of a relation or a data structure for debugging purposes. It helps in understanding the structure and content of the data.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of UNION and SPLIT operators? Give examples?

620