YARN-3339. TestDockerContainerExecutor should pull a single image and not the entire centos repository. (Ravindra Kumar Naik via raviprak)

This commit is contained in:
Ravi Prakash 2015-03-16 16:17:58 -07:00
parent 7522a643fa
commit 56085203c4
2 changed files with 4 additions and 1 deletions

View File

@ -58,6 +58,9 @@ Release 2.8.0 - UNRELEASED
OPTIMIZATIONS
YARN-3339. TestDockerContainerExecutor should pull a single image and not
the entire centos repository. (Ravindra Kumar Naik via raviprak)
BUG FIXES
Release 2.7.0 - UNRELEASED

View File

@ -78,7 +78,7 @@ public class TestDockerContainerExecutor {
private int id = 0;
private String appSubmitter;
private String dockerUrl;
private String testImage = "centos";
private String testImage = "centos:latest";
private String dockerExec;
private String containerIdStr;