Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We wanted to perform the aggregation on one column using Hbase coprocessor. We have a table with 2 million Rows each row having 300 Columns, this table has 5 Regions. The time Hbase took for aggregation is 20 min. Its a lot of time for 2 million rows. While processing the Ganglia shows a lot of data transfer in network. How do I bring down the network consumption to improve the performance?

Our Cluster has 3 nodes, all nodes are running a HRegionServer and DataNode and one of the node is running a HMaster and Namenode. We have set the replication as 3. Shouldn't the HRegionServer always use the data local to the node? i.e from its local data node instead of getting the data from other data node.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.