Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 71F2B1050A for ; Sun, 2 Mar 2014 21:47:40 +0000 (UTC) Received: (qmail 61227 invoked by uid 500); 2 Mar 2014 21:47:39 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 61111 invoked by uid 500); 2 Mar 2014 21:47:37 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 61031 invoked by uid 500); 2 Mar 2014 21:47:36 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 61007 invoked by uid 99); 2 Mar 2014 21:47:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Mar 2014 21:47:35 +0000 Date: Sun, 2 Mar 2014 21:47:35 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CRUNCH-354) CrunchInputSplit is not public 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-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13917572#comment-13917572 ] Josh Wills commented on CRUNCH-354: ----------------------------------- Agreed that we need to make the InputSplit accessible, and I like the interface approach. Two thoughts: 1) Do we need any special handling (on the API or otherwise) for the fact that we occasionally replace the base InputSplit w/a CombineFileInputSplit under the covers? 2) We should check the implications of this API for Spark/in-memory testing, since I'm not sure we have anything like the InputSplit available during regular processing in those contexts. > CrunchInputSplit is not public > ------------------------------ > > Key: CRUNCH-354 > URL: https://issues.apache.org/jira/browse/CRUNCH-354 > Project: Crunch > Issue Type: Bug > Components: Core > Affects Versions: 0.9.0, 0.10.0 > Reporter: Chris Albright > Assignee: Josh Wills > Attachments: CRUNCH-354.patch > > > I'm unable to access the underlying InputSplit since I can't cast to CrunchInputSplit -- This message was sent by Atlassian JIRA (v6.2#6252)