Repository: knox Updated Branches: refs/heads/master 2420226cb -> 31e8dc07f
KNOX-1272 - ZEPPELINWS URLs are generated incorrectly Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/dab6c828 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/dab6c828 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/dab6c828 Branch: refs/heads/master Commit: dab6c828686bbbbc80d30c345fce222bbe1db3cd Parents: 2420226 Author: Phil Zampino <[email protected]> Authored: Tue Apr 24 08:12:44 2018 -0400 Committer: Phil Zampino <[email protected]> Committed: Tue Apr 24 08:12:44 2018 -0400 ---------------------------------------------------------------------- .../src/main/resources/ambari-service-discovery-url-mappings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/dab6c828/gateway-discovery-ambari/src/main/resources/ambari-service-discovery-url-mappings.xml ---------------------------------------------------------------------- diff --git a/gateway-discovery-ambari/src/main/resources/ambari-service-discovery-url-mappings.xml b/gateway-discovery-ambari/src/main/resources/ambari-service-discovery-url-mappings.xml index 92abb66..a1f1c88 100644 --- a/gateway-discovery-ambari/src/main/resources/ambari-service-discovery-url-mappings.xml +++ b/gateway-discovery-ambari/src/main/resources/ambari-service-discovery-url-mappings.xml @@ -348,7 +348,7 @@ </service> <service name="ZEPPELINWS"> - <url-pattern>{SCHEME}://{HOST}:{PORT}</url-pattern> + <url-pattern>{SCHEME}://{HOST}:{PORT}/ws</url-pattern> <properties> <property name="HOST"> <component>ZEPPELIN_MASTER</component>
