You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by st...@apache.org on 2022/03/24 09:19:50 UTC

[impala] 01/02: Clone the asf-3.4 branch of Impala-lzo

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

stigahuang pushed a commit to branch branch-3.4.1
in repository https://gitbox.apache.org/repos/asf/impala.git

commit eb1ed66fa435a722fa8c6a7c58ff53edc10c572e
Author: stiga-huang <hu...@gmail.com>
AuthorDate: Thu Mar 24 09:10:35 2022 +0800

    Clone the asf-3.4 branch of Impala-lzo
    
    Change-Id: I55ffab97e900de7fed70a67a186c14528137f5af
---
 bin/bootstrap_system.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/bootstrap_system.sh b/bin/bootstrap_system.sh
index 6b8fcf8..d081501 100755
--- a/bin/bootstrap_system.sh
+++ b/bin/bootstrap_system.sh
@@ -420,7 +420,7 @@ echo ">>> Checking out Impala-lzo"
 : ${IMPALA_LZO_HOME:="${IMPALA_HOME}/../Impala-lzo"}
 if ! [[ -d "$IMPALA_LZO_HOME" ]]
 then
-  git clone --branch master https://github.com/cloudera/impala-lzo.git "$IMPALA_LZO_HOME"
+  git clone --branch asf-3.4 https://github.com/cloudera/impala-lzo.git "$IMPALA_LZO_HOME"
 fi
 
 echo ">>> Checking out and building hadoop-lzo"