Does MR3 support specifying job priority for YARN?
16 views
Skip to first unread message
Ill
unread,
Apr 27, 2023, 4:04:35 AM4/27/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MR3
Does MR3 support specifying job priority for YARN?
Sungwoo Park
unread,
May 2, 2023, 9:57:08 PM5/2/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MR3
No. Currently MR3 can specify only a job queue (with the config key mr3.queue.name). It's easy to extend MR3 to specify priorities of MR3 applications (because ApplicationSubmissionContext has a field for priority), but we have not implemented it yet.