You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2016/06/12 23:26:20 UTC

[jira] [Created] (PIG-4925) Support for passing the bloom filter to the Bloom UDF

Rohini Palaniswamy created PIG-4925:
---------------------------------------

             Summary: Support for passing the bloom filter to the Bloom UDF
                 Key: PIG-4925
                 URL: https://issues.apache.org/jira/browse/PIG-4925
             Project: Pig
          Issue Type: New Feature
            Reporter: Rohini Palaniswamy
            Assignee: Rohini Palaniswamy
             Fix For: 0.17.0


  Currently the Bloom Filter from BuildBloom has to be stored to HDFS to be able to be used in Bloom UDF. Most of the time the bloom filter is not reused and so have to be deleted after the end of the script. The load/store also forces multiple DAGs. If it was passed as a scalar, then it would be simpler and more efficient.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)