Which hadoop distribution best?

Started by Maxwell, April 22, 2017, 12:45:10 PM

Previous topic - Next topic

Nicholas

Hello everyone, I would like to submit a question to you, I hope you can answer me, which hadoop distribution best I thank you please give me a hand as soon as possible by return message.

Declan

The Apache Hadoop distribution is written in Java and runs in its own virtual machine called JVM (Java Virtual Machine). Though this increases application portability, it comes with little overhead  as it should compile the code into byte-code, and has to do  garbage collection. Comparatively, it is not as fast as an application that directly compiles for target hardware.