cookbook 'hbase_cluster', '= 3.0.0'
hbase_cluster (3) Versions 3.0.0 Follow9
HBase: a massively-scalable high-throughput datastore based on the Hadoop HDFS
cookbook 'hbase_cluster', '= 3.0.0', :supermarket
knife supermarket install hbase_cluster
knife supermarket download hbase_cluster
hbase chef cookbook
Installs/Configures HBase
Overview
Installs/Configures HBase
Attributes
-
[:groups][:hbase][:gid]
- (default: "304") -
[:hbase][:tmp_dir]
- (default: "/mnt/tmp/hbase") -
[:hbase][:master_heap_size]
- (default: "1000m") -
[:hbase][:master_gc_new_size]
- (default: "256m") -
[:hbase][:master_gc_tuning_opts]
- (default: "-XX:+UseConcMarkSweepGC -XX:+AggressiveOpts") -
[:hbase][:master_gc_log_opts]
- (default: "-verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xloggc:/var/log/hbase/hbase-master-gc.log") -
[:hbase][:regionserver_heap_size]
- (default: "2000m") -
[:hbase][:regionserver_gc_new_size]
- (default: "256m") -
[:hbase][:regionserver_gc_tuning_opts]
- (default: "-XX:+UseConcMarkSweepGC -XX:+AggressiveOpts -XX:CMSInitiatingOccupancyFraction=88") -
[:hbase][:regionserver_gc_log_opts]
- (default: "-verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xloggc:/var/log/hbase/hbase-regionserver-gc.log") -
[:hbase][:cluster_name]
- (default: "cluster_name") -
[:hbase][:weekly_backup_tables]
-
Recipes
-
backup_tables
- Backup Tables -
default
- Base configuration for hbase -
hbase_master
- Hbase Master -
hbase_regionserver
- Hbase Regionserver -
master
- Master -
regionserver
- Regionserver -
stargate
- Stargate
Integration
Supports platforms: debian and ubuntu
Cookbook dependencies:
* java
* apt
* mountable_volumes
* provides_service
* hadoop_cluster
* zookeeper
* ganglia
License and Author
Author:: Chris Howe - Infochimps, Inc (coders@infochimps.com)
Copyright:: 2011, Chris Howe - Infochimps, Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
readme generated by cluster_chef's cookbook_munger
Dependent cookbooks
java >= 0.0.0 |
apt >= 0.0.0 |
mountable_volumes >= 0.0.0 |
provides_service >= 0.0.0 |
hadoop_cluster >= 0.0.0 |
zookeeper >= 0.0.0 |
ganglia >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.