Chapter 9.  External software configuration

Table of Contents

Hbase
Solr
Hadoop
Spark
Mahout
Hue

Hbase

No special needs, in conf/hbase-site.xml, just set the basic hbase.rootdir and hbase.zookeeper.property.dataDir. For more heavy usage, increase the number of open files with

	ulimit -n
      

Then start Hbase with

	./bin/start-hbase.sh &
      

If using Hue in addition, also start Thrift with

	./bin/hbase thrift start &