Return-Path: X-Original-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E353FDBBA for ; Sat, 6 Oct 2012 22:19:02 +0000 (UTC) Received: (qmail 75733 invoked by uid 500); 6 Oct 2012 22:19:02 -0000 Delivered-To: apmail-incubator-crunch-dev-archive@incubator.apache.org Received: (qmail 75707 invoked by uid 500); 6 Oct 2012 22:19:02 -0000 Mailing-List: contact crunch-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: crunch-dev@incubator.apache.org Delivered-To: mailing list crunch-dev@incubator.apache.org Received: (qmail 75699 invoked by uid 99); 6 Oct 2012 22:19:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2012 22:19:02 +0000 Date: Sat, 6 Oct 2012 22:19:02 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: <1284134150.5476.1349561942745.JavaMail.jiratomcat@arcas> In-Reply-To: <74072988.116255.1348486087417.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CRUNCH-75) Have a method to create Bloom filters in Crunch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CRUNCH-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471104#comment-13471104 ] Josh Wills commented on CRUNCH-75: ---------------------------------- @Rahul you should use CrunchTestSupport and not include TemporaryPaths.java in crunch-test. We don't want to introduce a recursive dependency between crunch and crunch-test by referencing RuntimeParameters in crunch-test. CrunchTestSupport does what you want TemporaryPaths to do, just have your IT.java classes extend it. Otherwise, +1. > Have a method to create Bloom filters in Crunch > ----------------------------------------------- > > Key: CRUNCH-75 > URL: https://issues.apache.org/jira/browse/CRUNCH-75 > Project: Crunch > Issue Type: New Feature > Reporter: Rahul Sharma > Assignee: Rahul Sharma > Attachments: 0002-Created-crunch-bytes-module-for-users-to-share-funct.patch, 0002-CRUNCH-75-Added-BloomFilters-to-crunch-contrib.patch, CRUNCH-75.patch, CRUNCH-75.patch > > > As per discussion on mailing list, Bloomfilters provide interesting addon to crunch. But the crunch-core is not the correct place to add such a thing. So create a module i.e. something along the lines on piggybank of Pig. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira