easyconfigs-it4i/h/HBase/HBase-1.0.2.eb
2019-11-06 13:27:39 +01:00

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'