You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2019/11/12 08:06:55 UTC

[kudu] branch master updated: [thirdparty] Bump sparsepp and sparsehash-c11 version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0fdfdc8  [thirdparty] Bump sparsepp and sparsehash-c11 version
0fdfdc8 is described below

commit 0fdfdc8283a76c3ea6078ebc950d98e8b59b69d8
Author: Yingchun Lai <40...@qq.com>
AuthorDate: Wed Nov 6 16:59:41 2019 +0800

    [thirdparty] Bump sparsepp and sparsehash-c11 version
    
    Change-Id: Ie04dd13ce8f9d338cf6d6b39f4df2c95886ba851
    Reviewed-on: http://gerrit.cloudera.org:8080/14643
    Reviewed-by: Adar Dembo <ad...@cloudera.com>
    Tested-by: Adar Dembo <ad...@cloudera.com>
---
 thirdparty/vars.sh | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index af13b32..8279b66 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -185,18 +185,11 @@ BREAKPAD_SOURCE=$TP_SOURCE_DIR/$BREAKPAD_NAME
 #  export NAME=sparsehash-c11-$(git rev-parse HEAD)
 #  git archive HEAD --prefix=$NAME/ -o /tmp/$NAME.tar.gz
 #  s3cmd put -P /tmp/$NAME.tar.gz s3://cloudera-thirdparty-libs/$NAME.tar.gz
-SPARSEHASH_VERSION=47a55825ca3b35eab1ca22b7ab82b9544e32a9af
+SPARSEHASH_VERSION=cf0bffaa456f23bc4174462a789b90f8b6f5f42f
 SPARSEHASH_NAME=sparsehash-c11-$SPARSEHASH_VERSION
 SPARSEHASH_SOURCE=$TP_SOURCE_DIR/$SPARSEHASH_NAME
 
-# Hash of the sparsepp git revision to use.
-# (from https://github.com/greg7mdp/sparsepp)
-#
-# To re-build this tarball use the following in the sparsepp repo:
-#  export NAME=sparsepp-$(git rev-parse HEAD)
-#  git archive HEAD --prefix=$NAME/ -o /tmp/$NAME.tar.gz
-#  s3cmd put -P /tmp/$NAME.tar.gz s3://cloudera-thirdparty-libs/$NAME.tar.gz
-SPARSEPP_VERSION=824860bb76893d163efbcff330734b9f62eecb17
+SPARSEPP_VERSION=1.22
 SPARSEPP_NAME=sparsepp-$SPARSEPP_VERSION
 SPARSEPP_SOURCE=$TP_SOURCE_DIR/$SPARSEPP_NAME