[
https://issues.apache.org/jira/browse/FALCON-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281669#comment-14281669
]
Ajay Yadava commented on FALCON-993:
------------------------------------
The issue and suggested remedy are both correct and I have validated it. Just a
minor suggestion for rephrasing the language to make it suitable for dummies
Instead of
{quote}
If Falcon is required to build on Ubuntu/Centos set umask to 022 (umask 022) in
~/.bashrc or ~/.bash_profile.
{quote}
something like
To build Falcon on Ubuntu/Centos you have to set umask to 022. To do so please
add the following line at the end of your ~/.bashrc or ~/.bash_profile
umask 022
> Falcon Oozie adaptor test case failed with umask issue
> ------------------------------------------------------
>
> Key: FALCON-993
> URL: https://issues.apache.org/jira/browse/FALCON-993
> Project: Falcon
> Issue Type: Bug
> Components: oozie
> Environment: Ubuntu 14.04 , Centos 6.4
> Reporter: Peeyush Bishnoi
> Assignee: Peeyush Bishnoi
> Attachments: FALCON-993.patch
>
>
> Following Falcon Oozie adaptor test case failed with umask issue on Ubuntu
> and Centos but successful on Mac OS.
> =========================================
> Running org.apache.falcon.oozie.feed.OozieFeedWorkflowBuilderTest
> Tests run: 12, Failures: 8, Errors: 0, Skipped: 0, Time elapsed: 10.667 sec
> <<< FAILURE! - in org.apache.falcon.oozie.feed.OozieFeedWorkflowBuilderTest
> testRetentionCoords(org.apache.falcon.oozie.feed.OozieFeedWorkflowBuilderTest)
> Time elapsed: 0.2 sec <<< FAILURE!
> java.lang.AssertionError: expected:<493> but was:<509>
> at org.testng.Assert.fail(Assert.java:89)
> at org.testng.Assert.failNotEquals(Assert.java:489)
> at org.testng.Assert.assertEquals(Assert.java:118)
> at org.testng.Assert.assertEquals(Assert.java:365)
> at org.testng.Assert.assertEquals(Assert.java:375)
> at
> org.apache.falcon.oozie.feed.OozieFeedWorkflowBuilderTest.verifyClusterLocationsUMask(OozieFeedWorkflowBuilderTest.java:728)
> at
> org.apache.falcon.oozie.feed.OozieFeedWorkflowBuilderTest.testRetentionCoords(OozieFeedWorkflowBuilderTest.java:614)
> =========================================
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)