Skip to content

Commit

Permalink
YARN-3357. Move TestFifoScheduler to FIFO package. Contributed by Rohith
Browse files Browse the repository at this point in the history
Sharmaks.
  • Loading branch information
Devaraj K committed Mar 19, 2015
1 parent 355e008 commit 93d0f4a
Show file tree
Hide file tree
Showing 5 changed files with 564 additions and 673 deletions.
3 changes: 3 additions & 0 deletions hadoop-yarn-project/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Release 2.8.0 - UNRELEASED
YARN-3273. Improve scheduler UI to facilitate scheduling analysis and
debugging. (Rohith Sharmaks via jianhe)

YARN-3357. Move TestFifoScheduler to FIFO package. (Rohith Sharmaks
via devaraj)

OPTIMIZATIONS

YARN-3339. TestDockerContainerExecutor should pull a single image and not
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
import static java.lang.Thread.sleep;

public class TestApplicationMasterService {
private static final Log LOG = LogFactory.getLog(TestFifoScheduler.class);
private static final Log LOG = LogFactory
.getLog(TestApplicationMasterService.class);

private final int GB = 1024;
private static YarnConfiguration conf;
Expand Down
Loading

0 comments on commit 93d0f4a

Please sign in to comment.