iain-buclaw-sociomantic commented on a change in pull request #399:
URL: https://github.com/apache/knox/pull/399#discussion_r562017634
##########
File path:
gateway-service-definitions/src/main/resources/services/yarnui/2.7.0/rewrite.xml
##########
@@ -219,6 +218,11 @@
<apply path="https?://[^/':,]+:[\d][^']*"
rule="YARNUI/yarn/outbound/node2"/>
</content>
</filter>
+<filter name="YARNUI/yarn/outbound/filter/cluster1">
Review comment:
That's probably why it works for me then. :-)
##########
File path:
gateway-service-definitions/src/main/resources/services/yarnui/2.7.0/rewrite.xml
##########
@@ -219,6 +218,11 @@
<apply path="https?://[^/':,]+:[\d][^']*"
rule="YARNUI/yarn/outbound/node2"/>
</content>
</filter>
+<filter name="YARNUI/yarn/outbound/filter/cluster1">
Review comment:
That's probably why it works for me then. :-)
Edit: There is no matching route for `YARNUI/yarn/outbound/filter/cluster`
either, but it is clearly executed by KNOX as per the debug logs in the issue
ticket.
##########
File path:
gateway-service-definitions/src/main/resources/services/yarnui/2.7.0/rewrite.xml
##########
@@ -219,6 +218,11 @@
<apply path="https?://[^/':,]+:[\d][^']*"
rule="YARNUI/yarn/outbound/node2"/>
</content>
</filter>
+<filter name="YARNUI/yarn/outbound/filter/cluster1">
Review comment:
@moresandeep going to try altering the path for the
`YARNUI/yarn/outbound/apps/cluster1` then. Currently rebuilding and deploying
locally.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]