Browse Source

AMBARI-2592. Expose utility scripts under /var/lib/ambari-server/resources/scripts. (yusaku)

Yusaku Sako 12 years ago
parent
commit
ba7aa91bd1
1 changed files with 13 additions and 1 deletions
  1. 13 1
      ambari-server/pom.xml

+ 13 - 1
ambari-server/pom.xml

@@ -304,9 +304,21 @@
                  <source>
                   <location>src/main/resources/hive-schema-0.10.0.oracle.sql</location>
                 </source>
-                 <source>
+              </sources>
+            </mapping>
+            <mapping>
+              <directory>/var/lib/ambari-server/resources/scripts</directory>
+              <filemode>755</filemode>
+              <sources>
+                <source>
                   <location>src/main/resources/scripts/install_flume.sh</location>
                 </source>
+                <source>
+                  <location>src/main/resources/scripts/configs.sh</location>
+                </source>
+                <source>
+                  <location>src/main/resources/scripts/keytabs.sh</location>
+                </source>
               </sources>
             </mapping>
             <mapping>