Hi, We are doing some feasibility study of HBase and have questions. 1. Once we have build tables on certain number node and decide to add more nodes, how it is working? I know that it is not hbase, but hadoop questions. Will it automatically redistribute the files or start utilizing the new node for new inserted records?
2. Is there any way to have multile master nodes? Should all traffis (or requests) be going to SIngle Master node to access the data from hbase? Thanks, Jae
