hbase1.2.4安装
匹配的hadoop2.6.0,假设hadoop已经正确安装并启动,假设zookeeper已经正确安装并启动。 下载hbase cd /opt mkdir hbase wget http://apache.fayea.com/hbase/1.2.4/hbase-1.2.4-bin.tar.gz tar xvzf hbase-1.2.4-bin cd hbase-1.2.4-bin/conf cd到安装目录时,编辑hbase-env.sh,放开如下配置,设置为false表示使用外部zookeeper集群,hbase不进行管理(启动停止等) export HBASE_MANAGES_ZK=false 然后编辑hbase-site.xml <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <!-- /** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information *