Your cells are small? If so, please up your heap size (See
$HBASE_HOME/conf/hbase-env.sh. See HADOOP_HEAPSIZE). This should be
better in 0.19.0 (See HBASE-900).
Thanks,
St.Ack
Ryan LeCompte wrote:
Hello all,
I'm trying to get a new HBase cluster up and running on top of an
existing 5 node Hadoop cluster.
I've basically set it up such that the HBase master is running on the
same machine as the name node, and the region servers are running on
the other 4 machines as slaves.
I'm trying to populate a single table with about 10GB of data via a
map/reduce job, and I'm noticing that the region servers are running
out of memory.
Any pointers on what could be going on here?
Thanks,
Ryan