瀏覽代碼

AMBARI-18792. Update some configuration properties for hive interactive for the HDP 2.6 stack - minor fix (Siddharth Seth via smohanty)

Sumit Mohanty 9 年之前
父節點
當前提交
2073588701
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog250.java

+ 2 - 1
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog250.java

@@ -124,7 +124,7 @@ public class UpgradeCatalog250 extends AbstractUpgradeCatalog {
    */
   @Override
   protected void executePreDMLUpdates() throws AmbariException, SQLException {
-    updateHiveLlapConfigs();
+
   }
 
   /**
@@ -135,6 +135,7 @@ public class UpgradeCatalog250 extends AbstractUpgradeCatalog {
     addNewConfigurationsFromXml();
     updateAMSConfigs();
     updateKafkaConfigs();
+    updateHiveLlapConfigs();
   }
 
   protected void updateHostVersionTable() throws SQLException {