Repository: falcon Updated Branches: refs/heads/master 8cacbc4f2 -> d9f6c2f18
FALCON-993 Falcon Oozie adaptor test case failed with umask issue. Contributed by Peeyush Bishnoi Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/d9f6c2f1 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/d9f6c2f1 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/d9f6c2f1 Branch: refs/heads/master Commit: d9f6c2f18d0536120b529c29a8669c64210f27c0 Parents: 8cacbc4 Author: Srikanth Sundarrajan <[email protected]> Authored: Thu Jan 29 15:22:23 2015 +0530 Committer: Srikanth Sundarrajan <[email protected]> Committed: Thu Jan 29 15:22:23 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 3 +++ Installation-steps.txt | 3 +++ 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/d9f6c2f1/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 038733a..349f4d4 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -78,6 +78,9 @@ Trunk (Unreleased) (Suhas vasu) BUG FIXES + FALCON-993 Falcon Oozie adaptor test case failed with umask issue + (Peeyush Bishnoi via Srikanth Sundarrajan) + FALCON-1000 ITs fail with NoSuchFieldError: INSTANCE. (Shwetha GS) FALCON-109 submission of clusters for non registered colos http://git-wip-us.apache.org/repos/asf/falcon/blob/d9f6c2f1/Installation-steps.txt ---------------------------------------------------------------------- diff --git a/Installation-steps.txt b/Installation-steps.txt index 2cd1f11..650799f 100644 --- a/Installation-steps.txt +++ b/Installation-steps.txt @@ -25,6 +25,9 @@ You would need the following installed: * JDK 1.6 * Maven 3.x +*Note:* To build Falcon on Ubuntu/Centos set umask to 022. To do so, add the following line in ~/.bashrc or + ~/.bash_profile. + umask 022 1. Building Falcon ------------------
