For pushing jars to the region servers , i have a small script.
#!/usr/bin/expect -f
for {set i 1} {$i < 6} {incr i 1} {
spawn scp target/lib.jar root@region-$i:/opt/hbase/hbase-0.92.1/lib/
expect {
-re ".*es.*o.*" {
exp_send "yes\r"
exp_continue
I also had to remove that same reference and hbase started working. I had a
hard time trying to figure that out.
I used VM's with bridge networking ( and they had DHCP addresses), maybe
thats why.
Thanks,
Robertis
On Fri, Sep 21, 2012 at 8:50 AM, Artem Ervits wrote:
> I removed the reference to