不属于MapReduce编程组件的是?
A. InputStream
B. Mapper
C. OutputFormat
D. Partitioner
在Map Reduce编程组件中,用于描述输入数据的格式的是?
A. InputFormat
B. InputStream
C. OutputFormat
D. OutputStream
MapReduce默认的Partitioner实现是哪一个?
A. HashPartitioner
B. TotalOrderPartitioner
C. DefaultPartioner
D. Partitioner
在Eclipse中,Map Reduce程序一般用什么语言编写?
A. Java
B. Python
C++
D. GoLang