easyconfigs-it4i/h/HBase/HBase-1.0.2.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

26 lines
603 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 = {'name': 'dummy', 'version': ''}
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'