Browse Source

AMBARI-4298. Ambari rpm process should take all DML scripts (ncole)

Nate Cole 11 năm trước cách đây
mục cha
commit
e10d9c60d7
1 tập tin đã thay đổi với 1 bổ sung10 xóa
  1. 1 10
      ambari-server/pom.xml

+ 1 - 10
ambari-server/pom.xml

@@ -375,16 +375,7 @@
               <directory>/var/lib/ambari-server/resources/upgrade/dml</directory>
               <sources>
                 <source>
-                  <location>src/main/resources/upgrade/dml/Ambari-DML-Postgres-UPGRADE_STACK.sql</location>
-                </source>
-                <source>
-                  <location>src/main/resources/upgrade/dml/Ambari-DML-Oracle-UPGRADE_STACK.sql</location>
-                </source>
-                <source>
-                  <location>src/main/resources/upgrade/dml/Ambari-DML-Postgres-INSERT_METAINFO.sql</location>
-                </source>
-                <source>
-                  <location>src/main/resources/upgrade/dml/Ambari-DML-Oracle-INSERT_METAINFO.sql</location>
+                  <location>src/main/resources/upgrade/dml</location>
                 </source>
               </sources>
             </mapping>