TestStreamingAsDifferentUser.testStreamingWithDistCache tries to set 
permissions for a non-existent file.
---------------------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-1575
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1575
             Project: Hadoop Map/Reduce
          Issue Type: Test
          Components: test
            Reporter: Hemanth Yamijala
            Priority: Minor


TestStreamingAsDifferentUser.testStreamingWithDistCache, in an effort to mock 
public distributed cache files, sets up world executable permissions on the 
parent directory of a public cache file it creates in the test. This file is 
expected to be copied to hdfs://tmp/. However, the code tries to set 
permissions for the /tmp directory before the copy happens.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to