This is an automated email from the ASF dual-hosted git repository.

xtsong pushed a commit to branch dev-master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git


The following commit(s) were added to refs/heads/dev-master by this push:
     new 906ba7d  [hotfix] Remove the unnecessary logs so that docker official 
image CI tests could pass
906ba7d is described below

commit 906ba7de3a5afa33253f821ff9fa9bd22c042367
Author: wangyang0918 <[email protected]>
AuthorDate: Wed Dec 23 14:34:08 2020 +0800

    [hotfix] Remove the unnecessary logs so that docker official image CI tests 
could pass
    
    This closes #51
---
 docker-entrypoint.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh
index a83e2a2..65f8fc8 100755
--- a/docker-entrypoint.sh
+++ b/docker-entrypoint.sh
@@ -102,7 +102,6 @@ disable_jemalloc_env() {
       echo "Disable Jemalloc as the memory allocator"
       _args=("${_args[@]:1}")
   else
-      echo "Enable Jemalloc as the memory allocator via appending env variable 
LD_PRELOAD with /usr/lib/x86_64-linux-gnu/libjemalloc.so"
       export LD_PRELOAD=$LD_PRELOAD:/usr/lib/x86_64-linux-gnu/libjemalloc.so
   fi
 }
@@ -183,5 +182,5 @@ export _FLINK_HOME_DETERMINED=true
 . $FLINK_HOME/bin/config.sh
 export FLINK_CLASSPATH="`constructFlinkClassPath`:$INTERNAL_HADOOP_CLASSPATHS"
 
-echo "Running command in pass-through mode: ${args[@]}"
+# Running command in pass-through mode
 exec $(drop_privs_cmd) "${args[@]}"

Reply via email to