You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Mark Wagner (JIRA)" <ji...@apache.org> on 2013/10/14 09:01:49 UTC

[jira] [Updated] (TEZ-556) Incorrect exception message in LogicalIOProcessorRuntimeTask

     [ https://issues.apache.org/jira/browse/TEZ-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Wagner updated TEZ-556:
----------------------------

    Attachment: TEZ-556.1.patch

> Incorrect exception message in LogicalIOProcessorRuntimeTask
> ------------------------------------------------------------
>
>                 Key: TEZ-556
>                 URL: https://issues.apache.org/jira/browse/TEZ-556
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Mark Wagner
>            Assignee: Mark Wagner
>            Priority: Minor
>         Attachments: TEZ-556.1.patch
>
>
> The error message at line 300 of LogicalIOProcessorRuntimeTask is incorrectly copy-pasted:
> {code:title=LogicalIOProcessorRuntimeTask.java|borderStyle=solid}
>     Processor processor = RuntimeUtils.createClazzInstance(processorDescriptor
>         .getClassName());
>     if (!(processor instanceof LogicalIOProcessor)) {
>       throw new TezUncheckedException(processor.getClass().getName()
>           + " is not a sub-type of LogicalIOProcessor."
>           + " Only LogicalOutput sub-types supported by LogicalIOProcessor.");
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)