I built my own 4 nodes (namenode + 3xDatanodes) cluster for Hadoop.
now - I am tring to test its performance:
took me 71 seconds:
hadoop jar $HADOOP_INSTALL/hadoop-examples.jar randomwriter random-data -test.randomwrite.bytes_per_map=5000000 -Dtest.randomwrite.total_bytes=50000000
took me 218 seconds:
hadoop jar $HADOOP_INSTALL/hadoop-examples.jar sort random-data sorted-data
took me 368 seconds
hadoop jar $HADOOP_INSTALL/hadoop-test.jar testmapredsort -sortInput random-data -sortOutput sorted-data
how can i know if my cluster configured well ? what is the time it needs to take for my custer - node configuration:
4xIntel(R) Xeon(R) CPU E5645 @ 2.40GHz (6 cores each)
24 Gb RAM
Thanks.