I have tried to calculating something with Rhadoop(linkage between R and hadoop).
When I benchmarked my cluster with embedded examples in Hadoop-1.0.4, it looked working well. ( I mean all of the cores of slave-nodes worked, though the cpu usage was fluctuating between 50 and 100%)
However, when I applied an example of Rhadoop, it was not the case. (Only one core of each slave-node were activated.)
Is there any configuration that I have to set up in Rhadoop?(just like what I have done with configuration files of hadoop such as core-site.xml)
Thanks