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 2015/10/06 23:11:26 UTC

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

Rohini Palaniswamy created PIG-4694:
---------------------------------------

             Summary: 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.16.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)