[
https://issues.apache.org/jira/browse/HIVE-24752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhihua Deng updated HIVE-24752:
-------------------------------
Description:
Since HIVE-23625, the path spec for the query page has changed from
_query_page_ to _query_page.html_,
{code:java}
webServer.addServlet("query_page", "/query_page.html",
QueryProfileServlet.class);{code}
the drilldown link of the operation returned may be broken if
hive.server2.show.operation.drilldown.link is enabled...
was:
The path spec for the query page has changed from _query_page_ to
_query_page.html_,
{code:java}
webServer.addServlet("query_page", "/query_page.html",
QueryProfileServlet.class);{code}
the drilldown link of the operation returned may be broken if
hive.server2.show.operation.drilldown.link is enabled...
> Returned operation's drilldown link may be broken
> -------------------------------------------------
>
> Key: HIVE-24752
> URL: https://issues.apache.org/jira/browse/HIVE-24752
> Project: Hive
> Issue Type: Improvement
> Components: HiveServer2
> Affects Versions: 4.0.0
> Reporter: Zhihua Deng
> Priority: Major
>
> Since HIVE-23625, the path spec for the query page has changed from
> _query_page_ to _query_page.html_,
> {code:java}
> webServer.addServlet("query_page", "/query_page.html",
> QueryProfileServlet.class);{code}
> the drilldown link of the operation returned may be broken if
> hive.server2.show.operation.drilldown.link is enabled...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)