[ 
https://issues.apache.org/jira/browse/HIVE-24752?focusedWorklogId=558865&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-558865
 ]

ASF GitHub Bot logged work on HIVE-24752:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Feb/21 06:38
            Start Date: 27/Feb/21 06:38
    Worklog Time Spent: 10m 
      Work Description: dengzhhu653 commented on a change in pull request #1958:
URL: https://github.com/apache/hive/pull/1958#discussion_r584050092



##########
File path: beeline/src/main/resources/beeline-log4j2.properties
##########
@@ -33,12 +33,16 @@ appender.console.layout.type = PatternLayout
 appender.console.layout.pattern = %d{yy/MM/dd HH:mm:ss} [%t]: %p %c{2}: %m%n
 
 # list of all loggers
-loggers = HiveConnection
+loggers = HiveConnection, HiveStatement
 
 # HiveConnection logs useful info for dynamic service discovery
 logger.HiveConnection.name = org.apache.hive.jdbc.HiveConnection
 logger.HiveConnection.level = INFO
 
+# HiveStatement logs for tracking the running statement, such as the 
operation's drilldown link
+logger.HiveStatement.name = org.apache.hive.jdbc.HiveStatement

Review comment:
       ok, done.




----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 558865)
    Time Spent: 1h 50m  (was: 1h 40m)

> 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
>              Labels: pull-request-available
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to