Parcourir la source

AMBARI-17870. Zeppelin quick link does not respect zeppelin.server.port config. (Renjith Kamath via gauravn7)

Gaurav Nagar il y a 9 ans
Parent
commit
3f613ebf9e

+ 3 - 3
ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/quicklinks/quicklinks.json

@@ -15,12 +15,12 @@
         "component_name": "ZEPPELIN_MASTER",
         "url":"%@://%@:%@/",
         "port":{
-          "http_property": "zeppelin_host",
+          "http_property": "zeppelin.server.port",
           "http_default_port": "9995",
-          "https_property": "zeppelin_host",
+          "https_property": "zeppelin.server.port",
           "https_default_port": "9995",
           "regex": "^(\\d+)$",
-          "site": "zeppelin-site"
+          "site": "zeppelin-config"
         }
       }
     ]