You can set hbase.master property on the configuration object:
config.set("hbase.master", "localhost:9000");
Regards,
Vaibhav
2009/8/2 Onur AKTAS
>
> Hi,
>
> I have just installed Hadoop 19.3 (pseudo distributed mode) and Hbase 19.2
> by following the instructions.
> Both of them starts fine.
Hi,
I have just installed Hadoop 19.3 (pseudo distributed mode) and Hbase 19.2 by
following the instructions.
Both of them starts fine.
Hadoop Log:
$ bin/start-all.sh
starting namenode, logging to
/hda3/ps/hadoop-0.19.2/bin/../logs/hadoop-oracle-namenode-localhost.localdomain.out
localhost: s
Nope
I enabled the ports by running:
ec2-authorize GROUPID -p 3888
ec2-authorize GROUPID -p 2888
ec2-authorize GROUPID -p 2181
but I'm getting the exact same connection error
-Original Message-
From: Vaibhav Puranik [mailto:vpura...@gmail.com]
Sent: Sunday, August 02, 2009 10:56 PM
To:
He means the EC2 security group, not ZK security groups.
EC2 comes with a concept of security groups. Every time you launch an EC2
instance you can make it part of one or more security groups.
Ports on launched EC2 instances are not open by default unless you open them
by configuring security gro
What is ZK security group? (I know very little of zookeeper)
I thought the following zookeeper props set these up
zookeeper.servers=domU-12-31-39-06-29-91.compute-1.internal:2888:3888
zookeeper.clientPort=2181
do I have to set them up in Hbase too (even though that's the default)?
-Origin
Hi,
Have you set up the security group for your instances to allow the
Zookeeper quorum peers to communicate with each other and clients?
You need to allow all instances to communicate with each other on the
following ports:
2181: client
2888: replication
3888: leader election
The abo
I have the following problem when trying to run hbase 0.20 on ec2.
First, I start katta which in turn starts zookeeper with the following
properties (zookeeper.zk.properties):
zookeeper.servers=domU-12-31-39-06-29-91.compute-1.internal:2888:3888
#zookeeper client timeout in milliseconds
zook