Spam in the book.

2012-06-23 Thread Jean-Marc Spaggiari
Hi, There is some spam comments in the book (http://hbase.apache.org/book/submitting.patches.html) and I'm wondering if there is a way to remove them. I can take care of that if anyone point me to the right direction. Thanks, JM

Re: Hbase Replication

2012-06-23 Thread shashwat shriparv
better you keep the data replication on the both cluster and do some setting so that it will keep on monitoring the availability of the namenode the script for that is available at github, which will monitor the namenode if it goes down then next request should be redirected to the other running cl

'merges' or 'splits' used as Column Family name

2012-06-23 Thread Ted Yu
Hi, Background: Dave Wang plans to backport HBASE-6158 to 0.90 branch. from HBASE-6158: https://issues.apache.org/jira/browse/HBASE-6158?focusedCommentId=13288890&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13288890 > Is this change incompatible for rolling upgra

Re: Hbase Replication

2012-06-23 Thread Alok Kumar
Hi All, We are going to setup two clusters(Master-Slave) for disaster recovery. If Custer1 goes down.. HBase client will connect to Slave Custer2, then I can use copyTable command to update Cluster1 tables when it is up again running. But in case, I loose all my data on Cluster1 !! What is the b