Rohini Palaniswamy created PIG-2783:
---------------------------------------

             Summary: Fix Iterator_1 e2e test for Hadoop 23
                 Key: PIG-2783
                 URL: https://issues.apache.org/jira/browse/PIG-2783
             Project: Pig
          Issue Type: Bug
          Components: e2e harness
    Affects Versions: 0.10.0
            Reporter: Rohini Palaniswamy
            Assignee: Rohini Palaniswamy
            Priority: Minor


Iterator_1 e2e test is failing because the script tries to copy output to a 
directory that does not exist. From Hadoop 23, the copy commands do not 
auto-create non-existent paths anymore.

+Pig.fs("-mkdir :OUTPATH:")
 Pig.fs("-copyFromLocal :TMP:/iterator_output.txt :OUTPATH:/part-m-00000")

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to