mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
26 lines
577 B
Plaintext
26 lines
577 B
Plaintext
easyblock = 'PackedBinary'
|
|
|
|
name = 'HBase'
|
|
version = '1.0.2'
|
|
|
|
homepage = 'http://hbase.apache.org/'
|
|
description = """Apache HBase. is the Hadoop database, a distributed, scalable, big data store. """
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = ['%(namelower)s-%(version)s-bin.tar.gz']
|
|
source_urls = ['http://www.us.apache.org/dist/hbase/hbase-%(version)s/']
|
|
|
|
dependencies = [('Java', '1.7.0_80')]
|
|
|
|
parallel = 1
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/hbase"],
|
|
'dirs': ["conf", "docs", "hbase-webapps", "lib"]
|
|
}
|
|
|
|
modextravars = {'HBASE_HOME': '%(installdir)s'}
|
|
|
|
moduleclass = 'tools'
|