Gopal V created TEZ-3965:
----------------------------
Summary: 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
{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)