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/22 07:51:53 UTC

[impala] 01/01: Depend on master branch of hadoop-lzo to avoid download issues

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

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

commit 311bb51a69d8e282ec04d3694d77acd973f9d35c
Author: stiga-huang <hu...@gmail.com>
AuthorDate: Tue Mar 15 09:22:45 2022 +0800

    Depend on master branch of hadoop-lzo to avoid download issues
---
 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 a6148d7..6b8fcf8 100755
--- a/bin/bootstrap_system.sh
+++ b/bin/bootstrap_system.sh
@@ -428,7 +428,7 @@ echo ">>> Checking out and building hadoop-lzo"
 : ${HADOOP_LZO_HOME:="${IMPALA_HOME}/../hadoop-lzo"}
 if ! [[ -d "$HADOOP_LZO_HOME" ]]
 then
-  git clone https://github.com/cloudera/hadoop-lzo.git "$HADOOP_LZO_HOME"
+  git clone -b master https://github.com/cloudera/hadoop-lzo.git "$HADOOP_LZO_HOME"
 fi
 cd "$HADOOP_LZO_HOME"
 time -p ant package