Skip to content

Commit

Permalink
hbase update to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzhao committed Dec 20, 2019
1 parent 5e9ae46 commit 8bf7206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo apt-get -q install -y wget openjdk-8-jdk-headless
#sudo update-java-alternatives -s java-8-oracle

# download and install hbase 2.2.x
ver='2.2.0'
ver='2.2.2'
tarball="hbase-${ver}-bin.tar.gz"
wget -q -O /tmp/${tarball} https://www-us.apache.org/dist/hbase/${ver}/${tarball}

Expand Down

0 comments on commit 8bf7206

Please sign in to comment.