I am about to launch a mapreduce project that will run on AWS, and I am offered a choice to use Java or C ++.
I understand that writing a project in Java will make more functionality available to me, however C ++ could also disable it through Hadoop Streaming.
Remember, I have little background in any language. A similar project was executed in C ++, and the code is available to me.
So my question is: is there any additional functionality available through AWS, or is it only relevant if you have more control over the cloud? Is there anything else I need to keep in mind in order to make a decision, for example, having hadoop plugins that work better with one language or another?
Thank you in advance
source
share