[
https://issues.apache.org/jira/browse/TEZ-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16542324#comment-16542324
]
ASF GitHub Bot commented on TEZ-3965:
-------------------------------------
GitHub user beltran opened a pull request:
https://github.com/apache/tez/pull/28
TEZ-3965: TestMROutput: Fix the hard-coded /tmp/output paths
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/beltran/tez TEZ-3965
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tez/pull/28.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #28
----
commit 68f9cacc93591fc8136efbf579eda28be23305ff
Author: Jaume Marhuenda <jaumemarhuenda@...>
Date: 2018-07-12T23:16:47Z
TEZ-3965: TestMROutput: Fix the hard-coded /tmp/output paths
----
> TestMROutput: Fix the hard-coded "/tmp/output" paths
> ----------------------------------------------------
>
> Key: TEZ-3965
> URL: https://issues.apache.org/jira/browse/TEZ-3965
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Gopal V
> Assignee: Jaume M
> Priority: Minor
>
> {code}
> testNewAPI_SequenceFileOutputFormat(org.apache.tez.mapreduce.output.TestMROutput)
> Time elapsed: 0.086 sec <<< ERROR!
> java.io.IOException: Mkdirs failed to create
> /tmp/output/_temporary/0/_temporary/attempt_15306467542521_0001_r_000000_1
> {code}
> To reproduce issue
> {code}
> sudo mkdir -p /tmp/output
> sudo chown a-x /tmp/output
> {code}
> Having a diff user owned /tmp/output will fail this test.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)