[2011-09-16] HBase configuration

环境
java version "1.6.0"
hadoop-0.20.203.0rc1
hbase-0.90.4

首先是quickstart
http://hbase.apache.org/book/quickstart.html

然后是各种配置…
http://hbase.apache.org/book/os.html
2.2. Operating System
2.2.1. ssh
Google "ssh passwordless login"
得到
http://www.debian-administration.org/articles/152
[quote]ssh-keygen -t rsa[/quote]
[quote]ssh-copy-id -i ~/.ssh/id_rsa.pub username@myurl[/quote]

2.2.2. DNS

在配置Hadoop的时候已经修改过/etc/hosts文件

2.2.3. NTP

暂时没管这项

update 2011-09-21:
遇到时间不同导致HRegionServer启动不了的问题了,决定让集群中一台服务器作为NTP服务器
[服务端]
sudo vim /etc/ntp.conf
变成允许192.168.2.x子网的机器访问
[quote]
#restrict default kod nomodify notrap nopeer noquery
restrict 192.168.2.0 mask 255.255.255.0 nomodify notrap
[/quote]
然后重启ntpd
sudo /etc/init.d/ntpd restart
[客户端]
sudo ntpdate hadoop-master

2.2.4. ulimit and nproc

暂时没管
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值