Skip to content

Commit

Permalink
Bump up Hbase version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stfeng2 committed Apr 4, 2016
1 parent 2310956 commit 5d64dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfkitbenchmarker/linux_packages/hbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from perfkitbenchmarker import vm_util
from perfkitbenchmarker.linux_packages import hadoop

HBASE_VERSION = '1.1.3'
HBASE_VERSION = '1.1.4'
HBASE_URL = ('http://www.us.apache.org/dist/hbase/{0}/'
'hbase-{0}-bin.tar.gz').format(HBASE_VERSION)

Expand Down

0 comments on commit 5d64dbf

Please sign in to comment.