You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by ve...@apache.org on 2014/09/24 20:26:10 UTC

[2/3] git commit: FALCON-576 Update Installation notes for Mac OS. Contributed by Ajay Yadav

FALCON-576 Update Installation notes for Mac OS. Contributed by Ajay Yadav


Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/6150b8ab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/6150b8ab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/6150b8ab

Branch: refs/heads/master
Commit: 6150b8abfaeb3cecd8f3568a7ea9e6bdf6935d9f
Parents: dfdb21e
Author: Venkatesh Seetharam <ve...@apache.org>
Authored: Wed Sep 24 11:25:21 2014 -0700
Committer: Venkatesh Seetharam <ve...@apache.org>
Committed: Wed Sep 24 11:25:21 2014 -0700

----------------------------------------------------------------------
 CHANGES.txt                                 |  3 +++
 docs/src/site/twiki/InstallationSteps.twiki | 12 ++++++++++++
 2 files changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/6150b8ab/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index f19ebef..af00fe3 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -33,6 +33,9 @@ Trunk (Unreleased)
    FALCON-263 API to get workflow parameters. (pavan kumar kolamuri via Shwetha GS)
 
   IMPROVEMENTS
+   FALCON-576 Update Installation notes for Mac OS (Ajay Yadav via
+   Venkatesh Seetharam)
+
    FALCON-666 Add Alerts for unrecoverable failures (Venkatesh Seetharam)
 
    FALCON-665 Handle message consumption failures in JMSMessageConsumer

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/6150b8ab/docs/src/site/twiki/InstallationSteps.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/InstallationSteps.twiki b/docs/src/site/twiki/InstallationSteps.twiki
index 477f6d3..a0323c1 100644
--- a/docs/src/site/twiki/InstallationSteps.twiki
+++ b/docs/src/site/twiki/InstallationSteps.twiki
@@ -160,6 +160,18 @@ In addition you can set any other environment variables you might need. This fil
 #export FALCON_EXPANDED_WEBAPP_DIR=
 </verbatim>
 
+
+*NOTE for Mac OS users*
+<verbatim>
+If you are using a Mac OS, you will need to configure the FALCON_SERVER_OPTS (explained above).
+
+In  {package dir}/conf/falcon-env.sh uncomment the following line
+#export FALCON_SERVER_OPTS=
+
+and change it to look as below
+export FALCON_SERVER_OPTS="-Djava.awt.headless=true -Djava.security.krb5.realm= -Djava.security.krb5.kdc="
+</verbatim>
+
 *Starting Falcon Server*
 <verbatim>
 bin/falcon-start [-port <port>]