Repository: ambari Updated Branches: refs/heads/trunk abf405522 -> 3cd575b86
AMBARI-8821. DB issue on Ubuntu12 after ambari-server start (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3cd575b8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3cd575b8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3cd575b8 Branch: refs/heads/trunk Commit: 3cd575b8667d2cd2db65f94e04c73e1a2a3f7065 Parents: abf4055 Author: Andrew Onishuk <[email protected]> Authored: Fri Dec 19 16:22:51 2014 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Fri Dec 19 16:22:51 2014 +0200 ---------------------------------------------------------------------- ambari-server/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3cd575b8/ambari-server/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index f8f5487..56de3dd 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -927,6 +927,14 @@ </mapper> </data> <data> + <src>target/classes/common-services</src> + <type>directory</type> + <mapper> + <type>perm</type> + <prefix>/var/lib/ambari-server/resources/common-services</prefix> + </mapper> + </data> + <data> <src>src/main/resources/upgrade/catalog</src> <type>directory</type> <mapper>
