Repository: ambari Updated Branches: refs/heads/trunk 47f3bfb16 -> eb9487bfc
AMBARI-10870. Falcon server start failed (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/eb9487bf Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/eb9487bf Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/eb9487bf Branch: refs/heads/trunk Commit: eb9487bfcf3d9e02eb75c50c174a6bef016c2a38 Parents: 47f3bfb Author: Andrew Onishuk <[email protected]> Authored: Tue May 5 14:13:31 2015 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Tue May 5 14:13:31 2015 +0300 ---------------------------------------------------------------------- .../FALCON/0.5.0.2.1/configuration/falcon-env.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/eb9487bf/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-env.xml b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-env.xml index 0eaad86..363e4f3 100644 --- a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-env.xml +++ b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-env.xml @@ -45,6 +45,11 @@ <value>/hadoop/falcon</value> <description>Directory where Falcon data, such as activemq data, is stored.</description> </property> + <property> + <name>falcon_store_uri</name> + <value>file:///hadoop/falcon/store</value> + <description>Directory where entity definitions are stored.</description> + </property> <!--embeddedmq properties--> <property> <name>falcon.embeddedmq.data</name>
