You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2014/08/28 00:00:58 UTC

[jira] [Assigned] (TEZ-1511) MROutputConfigBuilder sets OutputFormat as String class if OutputFormat is not provided

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

Bikas Saha reassigned TEZ-1511:
-------------------------------

    Assignee: Bikas Saha

> MROutputConfigBuilder sets OutputFormat as String class if OutputFormat is not provided
> ---------------------------------------------------------------------------------------
>
>                 Key: TEZ-1511
>                 URL: https://issues.apache.org/jira/browse/TEZ-1511
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>            Assignee: Bikas Saha
>            Priority: Blocker
>
> Code uses: 
> {code}
>           this.outputFormat = ReflectionUtils.getClass(conf.get(MRJobConfig.OUTPUT_FORMAT_CLASS_ATTR));
>         } else {
>           this.outputFormat = ReflectionUtils.getClass(conf.get("mapred.output.format.class"));
> {code}
> where ReflectionUtils has :
> {code}
> <T> Class<T> getClass(T o)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)