MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

CLOUD COMPUTING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Although the Hadoop framework is implemented in Java, MapReduce applications need not be written in:
A
apple
B
Java interface
C
c$
D
C
Explanation: 

Detailed explanation-1: -Although the Hadoop framework is implemented in Java, MapReduce applications need not be written in : A. Java.

Detailed explanation-2: -Although the Hadoop framework is implemented in JavaTM, MapReduce applications need not be written in Java.

Detailed explanation-3: -MapReduce can be written in Java, Python, etc. The choice of a programming language depends on programmer i.e. how comfortable you are with a particular language. Though Hadoop is written in Java but you can write MapReduce in any language you feel comfortable.

Detailed explanation-4: -Running non-Java MapReduce applications The MapReduce framework in Hadoop has native support for running Java applications. It also supports running non-Java applications in Ruby, Python, C++ and a few other programming languages, via two frameworks, namely the Streaming framework and the Pipes framework.

There is 1 question to complete.