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/11 19:25:13 UTC

[jira] [Commented] (PIG-4892) removing /tmp/output before UT

    [ https://issues.apache.org/jira/browse/PIG-4892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15280655#comment-15280655 ] 

Rohini Palaniswamy commented on PIG-4892:
-----------------------------------------

Checked our code. We use '/tmp/output' only in TestTezJobControlCompiler and TestTezCompiler which only build plans and never create the directory. So /tmp/output should be coming from some other project running on the jenkins host at the same time. Deleting it might make their tests fail. We should change the output path in those tests to /tmp/pigoutput or something to avoid the issue.

> removing /tmp/output before UT
> ------------------------------
>
>                 Key: PIG-4892
>                 URL: https://issues.apache.org/jira/browse/PIG-4892
>             Project: Pig
>          Issue Type: Bug
>          Components: build
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.16.0
>
>         Attachments: PIG-4892-1.patch
>
>
> Quite frequently, we saw folder /tmp/output exists on test machine and a couple of tests fail with the message:
> Output Location Validation Failed for: 'file:///tmp/output More info to follow:
> Output directory file:/tmp/output already exists
> I'd like to remove /tmp/output before the UT.



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