Repository: knox Updated Branches: refs/heads/master afe591b1d -> a4c263f06
KNOX-1440 - retry should not be attempted for DataNode interaction failures Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/a4c263f0 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/a4c263f0 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/a4c263f0 Branch: refs/heads/master Commit: a4c263f06235955e789b487ca13053bc8a196aa1 Parents: afe591b Author: Phil Zampino <[email protected]> Authored: Thu Sep 27 10:38:45 2018 -0400 Committer: Phil Zampino <[email protected]> Committed: Thu Sep 27 10:41:15 2018 -0400 ---------------------------------------------------------------------- .../src/main/resources/services/webhdfs/2.4.0/service.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/a4c263f0/gateway-service-definitions/src/main/resources/services/webhdfs/2.4.0/service.xml ---------------------------------------------------------------------- diff --git a/gateway-service-definitions/src/main/resources/services/webhdfs/2.4.0/service.xml b/gateway-service-definitions/src/main/resources/services/webhdfs/2.4.0/service.xml index f4224b9..7c23627 100644 --- a/gateway-service-definitions/src/main/resources/services/webhdfs/2.4.0/service.xml +++ b/gateway-service-definitions/src/main/resources/services/webhdfs/2.4.0/service.xml @@ -33,7 +33,7 @@ </route> <route path="/webhdfs/data/v1/**?**"> <rewrite apply="WEBHDFS/webhdfs/inbound/datanode" to="request.url"/> - <dispatch contributor-name="http-client" /> + <dispatch contributor-name="http-client" ha-classname="org.apache.knox.gateway.dispatch.DefaultDispatch" /> </route> </routes> <dispatch classname="org.apache.knox.gateway.hdfs.dispatch.HdfsHttpClientDispatch" ha-classname="org.apache.knox.gateway.hdfs.dispatch.WebHdfsHaDispatch"/>
