Greife auf kostenlose Karteikarten, Zusammenfassungen, Übungsaufgaben und Altklausuren für deinen YARN+Spark Kurs an der ETHZ - ETH Zurich zu.
Whats the right way to think about schedulers if there is no preemption? E.g. if a cluster has 1'000 GB and a user has a share of 50% and schedules 15 jobs that need 100GB each and take one hour how do you do that under a Capacity scheduler and under a FAIR scheduler?
Under a Capacity scheduler you could only start 5 jobs at a time so you would have to wait 3 hours.
Under a FAIR scheduler you could start 10 jobs at the same time if nobody else is using the cluster and the jobs that are started are definitely executed until the end. After an hour the last 5 jobs can definitely be scheduled because the queue is entitled to 50% of the cluster.
Which are the 4 properties Dominant Resource Fairness (DRF) satisfies?
List 5 main shortcomings of MapReduce v1, which are addressed by YARN design.
What is steady fair share?
How much resources a departement should get in general.
Whose responsibility is tracking status and progress of running applications?
ResourceManager
The ResourceManager does not have a global view of all usage of cluster resources. Therefore, it tries to make better scheduling decisions based on probabilistic prediction.
True
How many instances of Container are in a cluster in YARN?
Many per node
Does the ResourceManager have to provide fault tolerance for resources across the cluster?
Yes
Whose responsibility is asking for resources needed for an application?
ResourceManager
How many instances of NodeManager are in a cluster in YARN?
One per node
ResourceManager has the ability to request resources back from a running application.
True
How many instances of a ApplicationMaster are in a cluster in YARN?
Many per cluster, but usually not per every node
Greife kostenlos auf tausende geteilte Karteikarten, Zusammenfassungen, Altklausuren und mehr zu.
Jetzt loslegenFür deinen Studiengang YARN+Spark an der ETHZ - ETH Zurich gibt es bereits viele Kurse, die von deinen Kommilitonen auf StudySmarter erstellt wurden. Karteikarten, Zusammenfassungen, Altklausuren, Übungsaufgaben und mehr warten auf dich!