Sfoglia il codice sorgente

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

Nate Cole 11 anni fa
parent
commit
e10d9c60d7
1 ha cambiato i file con 1 aggiunte e 10 eliminazioni
  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>