So i run a 50 MB of data with WordCount on my Hadoop cluster. i run the test on 5 different cluster size, single-node cluster up to 5 node cluster. The thing is, the execution time isn't changing much. it only have 1 - 2 minutes different on each run. isn't adding node to a cluster result in more resource that can be used and making the job run faster?
i expect the execution time to be much more faster with each node addition, but the result showing me otherwise.
the node i use have 2 GB of RAM and 2 cores. i don't change anything regarding container on yarn-site.xml and map/reduce allocation.mb on mapred-site.xml.