You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by sr...@apache.org on 2015/01/29 10:52:34 UTC

falcon git commit: FALCON-993 Falcon Oozie adaptor test case failed with umask issue. Contributed by Peeyush Bishnoi

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 <sr...@apache.org>
Authored: Thu Jan 29 15:22:23 2015 +0530
Committer: Srikanth Sundarrajan <sr...@apache.org>
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
 ------------------