You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Hitesh Shah (JIRA)" <ji...@apache.org> on 2016/10/18 20:17:59 UTC

[jira] [Commented] (TEZ-3477) MRInputHelpers generateInputSplitsToMem public API modified

    [ https://issues.apache.org/jira/browse/TEZ-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15586551#comment-15586551 ] 

Hitesh Shah commented on TEZ-3477:
----------------------------------

Might be good to add backward compatible functions to account for the changes brought in by TEZ-3430 as part of this jira too. 

> MRInputHelpers generateInputSplitsToMem public API modified
> -----------------------------------------------------------
>
>                 Key: TEZ-3477
>                 URL: https://issues.apache.org/jira/browse/TEZ-3477
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>
> Pig and Hive directly rely on specific APIs in MRInputHelpers. I would like to ensure these signature are prevented from being modified.
> - MRInputHelpers.generateInputSplitsToMem
> - MRInputHelpers.parseMRInputPayload
> - MRInputHelpers.createSplitProto
> - MRInputHelpers.createOldFormatSplitFromUserPayload
> - MRInputHelpers.configureMRInputWithLegacySplitGeneration
> A recent fixed jira TEZ-3430 modified generateInputSplitsToMem
> {code}
> java.lang.NoSuchMethodError: org.apache.tez.mapreduce.hadoop.MRInputHelpers.generateInputSplitsToMem(Lorg/apache/hadoop/conf/Configuration;ZI)Lorg/apache/tez/mapreduce/hadoop/InputSplitInfoMem;
> {code}



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