Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HIVE-24944: When the default engine of the hiveserver is MR and the t… #2204

Closed
wants to merge 1 commit into from

Conversation

Qidong-Zhang
Copy link

What changes were proposed in this pull request?
See the: https://issues.apache.org/jira/browse/HIVE-24944

Why are the changes needed?
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

Does this PR introduce any user-facing change?
No

How was this patch tested?
Remote cluster.

@dengzhhu653
Copy link
Member

Hi @anishek, could you please take another look on the changes? thanks.

@dengzhhu653
Copy link
Member

Hey @thejasmn, @kgyrtkirk could you please take another look if have secs?
thanks.

@belugabehr
Copy link
Contributor

belugabehr commented Jun 1, 2021

Looks alright. Can you do me a quick favor and switch statement it?

switch(engineInSessionConf) {
  case "tez":
  case "mr":
  default:
}

…ez engine is set by the client, the client TEZ progress log cannot be printed normally(ZhangQidong reviewed by Zhihua Deng)
@Qidong-Zhang
Copy link
Author

Hi @belugabehr @dengzhhu653 @thejasmn @kgyrtkirk @anishek
Please check the submission record,thanks.

case "spark":
mapper = new SparkProgressMonitorStatusMapper();
break;
default:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: maybe we could remove the default execution path here?

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.

@github-actions github-actions bot added the stale label Aug 28, 2021
@github-actions github-actions bot closed this Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants