You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2015/01/27 12:57:56 UTC

ambari git commit: AMBARI-9349. Ambari Server Setup Fails on Ubuntu (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 7458ff226 -> 57b382598


AMBARI-9349. Ambari Server Setup Fails on Ubuntu (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/57b38259
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/57b38259
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/57b38259

Branch: refs/heads/trunk
Commit: 57b382598920527c4335081cea0fa1a3b54e041c
Parents: 7458ff2
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Tue Jan 27 13:57:44 2015 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Tue Jan 27 13:57:44 2015 +0200

----------------------------------------------------------------------
 ambari-server/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/57b38259/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 9d8c88b..5c16c2c 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -698,6 +698,17 @@
               </mapper>
             </data>
             <data>
+              <src>src/main/python/ambari_server_main.py</src>
+              <type>file</type>
+              <mapper>
+                <type>perm</type>
+                <prefix>/usr/sbin</prefix>
+                <user>root</user>
+                <group>root</group>
+                <filemode>755</filemode>
+              </mapper>
+            </data>
+            <data>
               <src>src/main/python/ambari-server.py</src>
               <type>file</type>
               <mapper>