adspace


What is the use of BloomMapFile?

Answer Posted / Anjali Singh

BloomMapFile is a data structure used in Apache Pig for approximating the membership of an element in a set. It is useful for caching results of queries to speed up subsequent query executions, as it can significantly reduce the amount of I/O operations required.

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