[
https://issues.apache.org/jira/browse/KNOX-2253?focusedWorklogId=394245&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-394245
]
ASF GitHub Bot logged work on KNOX-2253:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Feb/20 15:26
Start Date: 27/Feb/20 15:26
Worklog Time Spent: 10m
Work Description: risdenk commented on pull request #275: KNOX-2253 Add
support to handle Livy server redirects
URL: https://github.com/apache/knox/pull/275#discussion_r385179083
##########
File path:
gateway-service-definitions/src/main/resources/services/livy/0.4.0/service.xml
##########
@@ -17,9 +17,9 @@
-->
<service role="LIVYSERVER" name="livy" version="0.4.0">
<routes>
- <route path="/livy/**?**"/>
- <route path="/livy"/>
- <route path="/livy/"/>
+ <route path="/livy/v1/**?**"/>
+ <route path="/livy/v1"/>
+ <route path="/livy/v1/"/>
Review comment:
Don't make these changes.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 394245)
Time Spent: 0.5h (was: 20m)
> Add support to handle Livy server redirects
> -------------------------------------------
>
> Key: KNOX-2253
> URL: https://issues.apache.org/jira/browse/KNOX-2253
> Project: Apache Knox
> Issue Type: Improvement
> Reporter: Roger Liu
> Assignee: Roger Liu
> Priority: Major
> Fix For: 1.4.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Currently knox gateway does not seemlessly handle Livy redirect responses
> like it does with Yarn resource manager. We need a patch to knox gateway to
> handle these redirect responses on server side, and makes some adjustments to
> the service definition to address issues like KNOX-1609
--
This message was sent by Atlassian Jira
(v8.3.4#803005)