Repository: hadoop
Updated Branches:
  refs/heads/trunk 8110d6a0d -> 628be58a4


YARN-7915. Trusted image log message repeated multiple times. Contributed by 
Shane Kumpf


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/628be58a
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/628be58a
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/628be58a

Branch: refs/heads/trunk
Commit: 628be58a4ca7df33d92b7f1e5d064ab16085e81a
Parents: 8110d6a
Author: Billie Rinaldi <bil...@apache.org>
Authored: Mon Mar 5 09:08:44 2018 -0800
Committer: Billie Rinaldi <bil...@apache.org>
Committed: Mon Mar 5 09:08:44 2018 -0800

----------------------------------------------------------------------
 .../src/main/native/container-executor/impl/utils/docker-util.c     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/628be58a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/utils/docker-util.c
----------------------------------------------------------------------
diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/utils/docker-util.c
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/utils/docker-util.c
index dfc044b..04790b5 100644
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/utils/docker-util.c
+++ 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/utils/docker-util.c
@@ -97,7 +97,6 @@ int check_trusted_image(const struct configuration 
*command_config, const struct
         registry_ptr = strdup(privileged_registry[i]);
       }
       if (strncmp(image_name, registry_ptr, strlen(registry_ptr))==0) {
-        fprintf(ERRORFILE, "image: %s is trusted in %s registry.\n", 
image_name, privileged_registry[i]);
         found=1;
         free(registry_ptr);
         break;


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to