[ https://issues.apache.org/jira/browse/HIVE-24944?focusedWorklogId=604764&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-604764 ]
ASF GitHub Bot logged work on HIVE-24944: ----------------------------------------- Author: ASF GitHub Bot Created on: 01/Jun/21 20:21 Start Date: 01/Jun/21 20:21 Worklog Time Spent: 10m Work Description: belugabehr commented on pull request #2204: URL: https://github.com/apache/hive/pull/2204#issuecomment-852419901 Looks alright. Can you do me a quick favor and case statement it? ```java switch(engineInSessionConf) { case "tez": case "mr": default: } ``` -- 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: 604764) Time Spent: 40m (was: 0.5h) > When the default engine of the hiveserver is MR and the tez engine is set by > the client, the client TEZ progress log cannot be printed normally > ----------------------------------------------------------------------------------------------------------------------------------------------- > > Key: HIVE-24944 > URL: https://issues.apache.org/jira/browse/HIVE-24944 > Project: Hive > Issue Type: Bug > Components: Tez > Affects Versions: 3.1.0, 4.0.0 > Reporter: ZhangQiDong > Assignee: ZhangQiDong > Priority: Major > Labels: pull-request-available > Attachments: HIVE-24944.001.patch > > Time Spent: 40m > Remaining Estimate: 0h > > HiveServer configuration parameter execution default MR. When set > hive.execution.engine = tez, the client cannot print the TEZ log. -- This message was sent by Atlassian Jira (v8.3.4#803005)