Repository: knox Updated Branches: refs/heads/master 951a725d0 -> 6b250b193
KNOX-970 - add NiFi HA dispatch to service def (Jeff Storck via lmccay) Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/6b250b19 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/6b250b19 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/6b250b19 Branch: refs/heads/master Commit: 6b250b1930235e0eff526c1c787a2680207ae150 Parents: 89dd778 Author: Larry McCay <[email protected]> Authored: Mon Nov 6 17:47:17 2017 -0500 Committer: Larry McCay <[email protected]> Committed: Mon Nov 6 17:59:49 2017 -0500 ---------------------------------------------------------------------- .../src/main/resources/services/nifi/1.4.0/service.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/6b250b19/gateway-service-definitions/src/main/resources/services/nifi/1.4.0/service.xml ---------------------------------------------------------------------- diff --git a/gateway-service-definitions/src/main/resources/services/nifi/1.4.0/service.xml b/gateway-service-definitions/src/main/resources/services/nifi/1.4.0/service.xml index fb24598..2ccc10d 100644 --- a/gateway-service-definitions/src/main/resources/services/nifi/1.4.0/service.xml +++ b/gateway-service-definitions/src/main/resources/services/nifi/1.4.0/service.xml @@ -26,5 +26,5 @@ <rewrite apply="NIFI/nifi/inbound/path/query-other" to="request.url"/> </route> </routes> - <dispatch classname="org.apache.hadoop.gateway.dispatch.NiFiDispatch" use-two-way-ssl="false"/> + <dispatch classname="org.apache.hadoop.gateway.dispatch.NiFiDispatch" ha-classname="org.apache.hadoop.gateway.dispatch.NiFiHaDispatch" /> </service>
