You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2016/05/24 22:37:14 UTC

[jira] [Updated] (PIG-4694) MultiStorageOutputFormat does not honor mapreduce.base.outputname

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

Rohini Palaniswamy updated PIG-4694:
------------------------------------
    Fix Version/s:     (was: 0.16.0)
                   0.17.0

> MultiStorageOutputFormat does not honor mapreduce.base.outputname
> -----------------------------------------------------------------
>
>                 Key: PIG-4694
>                 URL: https://issues.apache.org/jira/browse/PIG-4694
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Rohini Palaniswamy
>             Fix For: 0.17.0
>
>
> Offending piece of code.
> {code}
> Path path = new Path(fieldValue+extension, fieldValue + '-'
>                 + nf.format(taskId.getId())+extension);
> {code}
> Currently MultiStorage is part of pig.tez.opt.union.unsupported.storefuncs. After fixing, need to be removed from there.



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