I'm new to hadoop.
I have installed my hbase setup using Cloudera (normal installation) on 5 servers. I created some table and filled some data.
Now I monitored the hdfs folder sizes. I can see that the data node is keeping giving consistent reading. But my namenode and journal node disk usage in increasing each time I check.
Though I have a small amount of data, the journal node and name nodes are increasing by 30MB(approx) / day.
Am I missing something in the configurations?
du -sh
and figure out what is taking up the space. It could be logs, image/edits files, or a whole slew of things. – Donald Miner