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

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

commit 238194b2343619fe0cc8d0d94b475a5f2b0e2f82
Author: stiga-huang <huangquanl...@gmail.com>
AuthorDate: Fri Feb 1 17:45:19 2019 -0800

    IMPALA-8155: Modify bootstrap_system.sh to bind Impala-lzo/2.x
    
    The new commit in Impala-lzo/master breaks the builds of Impala-2.x.
    We should depend on a dedicated branch for 2.x.
    
    Change-Id: I67591c7cfc4bede5c096a49beb57da34bb697338
    Reviewed-on: http://gerrit.cloudera.org:8080/12339
    Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
    Reviewed-by: Fredy Wijaya <fwij...@cloudera.com>
---
 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 bce161b..be79392 100755
--- a/bin/bootstrap_system.sh
+++ b/bin/bootstrap_system.sh
@@ -206,7 +206,7 @@ echo ">>> Checking out Impala-lzo"
 : ${IMPALA_LZO_HOME:="${IMPALA_HOME}/../Impala-lzo"}
 if ! [[ -d "$IMPALA_LZO_HOME" ]]
 then
-  git clone https://github.com/cloudera/impala-lzo.git "$IMPALA_LZO_HOME"
+  git clone --branch 2.x https://github.com/cloudera/impala-lzo.git 
"$IMPALA_LZO_HOME"
 fi
 
 echo ">>> Checking out and building hadoop-lzo"

Reply via email to