Johannes Schwenk created PIG-2734:
-------------------------------------

             Summary: UnitTests skipped with errors when run with umask 0002
                 Key: PIG-2734
                 URL: https://issues.apache.org/jira/browse/PIG-2734
             Project: Pig
          Issue Type: Improvement
            Reporter: Johannes Schwenk
            Priority: Minor


I just figured out why the tests started with 

# ant test

had errors. I found in the logfiles that MiniDFSCluster for example expects dfs 
data directories that are not group-writable! So doing

# umask 0022 && ant test

makes the tests run again.

Alternatively on recent Ubuntu versions you can change USERGROUPS_ENAB in 
/etc/login.defs to "no"...

This should be noted somewhere in the docs.

--
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