You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2019/11/19 05:46:31 UTC

[impala] 02/02: IMPALA-9034: addendum: remove HERE

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

tarmstrong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit e4cc2bc5f960e55b45ae014b4443fc15d509c439
Author: Tim Armstrong <ta...@cloudera.com>
AuthorDate: Mon Nov 18 14:37:27 2019 -0800

    IMPALA-9034: addendum: remove HERE
    
    Change-Id: I3ce5c9c86fce67666ad3d94d39a23cfb1f26d2bf
    Reviewed-on: http://gerrit.cloudera.org:8080/14738
    Reviewed-by: Lars Volker <lv...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 bin/distcc/distcc_env.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/distcc/distcc_env.sh b/bin/distcc/distcc_env.sh
index ebbac65..6e2b809 100644
--- a/bin/distcc/distcc_env.sh
+++ b/bin/distcc/distcc_env.sh
@@ -124,7 +124,6 @@ function switch_compiler {
         ;;
       distcc)
         IMPALA_DISTCC_LOCAL=true
-        echo HERE
         local DISTCC_SLOT_COUNT=$(distcc -j)
         # Set the parallelism based on the number of distcc slots, but cap it to avoid
         # overwhelming this host  if a large distcc cluster is configured.