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

Please report Application Type to Yarn Resource Manager #5034

Closed
exalate-issue-sync bot opened this issue May 22, 2023 · 6 comments
Closed

Please report Application Type to Yarn Resource Manager #5034

exalate-issue-sync bot opened this issue May 22, 2023 · 6 comments
Assignees

Comments

@exalate-issue-sync
Copy link

SW starts an external cluster in Yarn (when called with the appropriate incantation) with a MAPREDUCE application type.

This should be changed to reflect the kind of application running (either H2O or SPARKLINGWATER), this would enable cluster administrators to manage workloads more effectively.

@exalate-issue-sync
Copy link
Author

Michal Malohlava commented: The plan is to make it working in the 2.0.5 release.

@exalate-issue-sync
Copy link
Author

Vlad Patryshev commented: This is impossible with the current version of spark/yarn.

Spark, when it talks to yarn, sends a hard-coded application type: see
{{
org.apache.spark.deploy.yarn.Client:
...
appContext.setApplicationType("SPARK")
}}

It does take application name from parameters (e.g. if you launch it from spark shell, the name is "Spark Shell"; this is possible to change in the script. But app type - no.

@exalate-issue-sync
Copy link
Author

Michal Malohlava commented: We need to look at h2odriver and figure out if we can change ApplicationType there.

@exalate-issue-sync
Copy link
Author

Jakub Hava commented: This depends on the PR in H2O introducing custom application master, once it's there, we can proceed with this one

@DinukaH2O
Copy link

JIRA Issue Migration Info

Jira Issue: SW-311
Assignee: Jakub Hava
Reporter: Rares Mirica
State: Resolved
Fix Version: 2.0.10
Attachments: N/A
Development PRs: Available

Linked PRs from JIRA

h2oai/h2o-3#1065
h2oai/h2o-3#1151
h2oai/h2o-3#1212
#278

@hasithjp
Copy link
Member

JIRA Issue Migration Info Cont'd

Jira Issue Created Date: 2017-01-18T03:21:56.471-0800

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants