Repository: knox Updated Branches: refs/heads/master 1c75488e7 -> 29614f386
KNOX-1312 - Zeppelin-related discovery is incorrectly configured Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/29614f38 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/29614f38 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/29614f38 Branch: refs/heads/master Commit: 29614f38602629eb55049074d5a2dee296bb7d9d Parents: 7953de6 Author: Phil Zampino <[email protected]> Authored: Tue May 15 19:10:31 2018 -0400 Committer: Phil Zampino <[email protected]> Committed: Tue May 15 21:57:00 2018 -0400 ---------------------------------------------------------------------- .../ambari-service-discovery-component-config-mapping.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/29614f38/gateway-discovery-ambari/src/main/resources/ambari-service-discovery-component-config-mapping.properties ---------------------------------------------------------------------- diff --git a/gateway-discovery-ambari/src/main/resources/ambari-service-discovery-component-config-mapping.properties b/gateway-discovery-ambari/src/main/resources/ambari-service-discovery-component-config-mapping.properties index 1e2cbc0..d96b00d 100644 --- a/gateway-discovery-ambari/src/main/resources/ambari-service-discovery-component-config-mapping.properties +++ b/gateway-discovery-ambari/src/main/resources/ambari-service-discovery-component-config-mapping.properties @@ -44,5 +44,5 @@ STORM_UI_SERVER=storm-site SPARK_THRIFTSERVER=spark-hive-site-override SPARK2_THRIFTSERVER=spark2-hive-site-override WEBHCAT_SERVER=webhcat-site -ZEPPELIN_MASTER=zeppelin-config +ZEPPELIN_MASTER=zeppelin-site
