Have end to end tests based on MiniMRCluster to verify the correct behaviour of
job priorities.
-----------------------------------------------------------------------------------------------
Key: HADOOP-4832
URL: https://issues.apache.org/jira/browse/HADOOP-4832
Project: Hadoop Core
Issue Type: Bug
Reporter: Vinod K V
We should have the following tests:
- Basic priority test: submit jobs with different priorities and verify their
proper ordering and running.
- New jobs with higher priority are submitted: verify that they are inserted
at right positions in the queue and that they run accordingly.
- Changing the priority of an existing waiting job: verify that the order of
jobs is rehashed.
- Changing the priority of an existing running job: verify that the order of
jobs is rehashed and that running of the jobs is affected.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.