-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39336/
-----------------------------------------------------------
Review request for Falcon.
Bugs: FALCON-1541
https://issues.apache.org/jira/browse/FALCON-1541
Repository: falcon-git
Description
-------
Currently falcon is packaged in a way that deploy.properties are not a part of
bundle. So when we deploy falcon in distributed mode, falcon has no way of
knowing which mode it is in,thus considering embedded mode which is default by
nature. This was discovered while testing FALCON-1515 and FALCON-1526. IMO
falcon should bundle deploy.properties while packaging and handle the
configurations depending on the mode of deployment.
Diffs
-----
docs/src/site/twiki/Distributed-mode.twiki 617ab51
src/conf/deploy.properties PRE-CREATION
src/main/assemblies/standalone-package.xml fcff8d7
Diff: https://reviews.apache.org/r/39336/diff/
Testing
-------
Deployed locally in distributed as well as embedded mode.
Thanks,
PRAGYA MITTAL