类 MapReduce2ApplicationConfig


  • public class MapReduce2ApplicationConfig
    extends ApplicationConfig
    Represent a MapReduce2 application.

    A MapReduce2 application can be configured with property of version.

    • 构造器详细资料

      • MapReduce2ApplicationConfig

        public MapReduce2ApplicationConfig()
    • 方法详细资料

      • withVersion

        public MapReduce2ApplicationConfig withVersion​(String version)
        Configure the version of MapReduce2. The reference version is as follows:

        image type | image version | mapreduce2 version supported hadoop | 1.0.0/1.1.0/1.2.0 | 2.7.1 hadoop | 2.0.0 | 3.1.1

        参数:
        version - The version of MapReduce2.
        返回:
        MapReduce2ApplicationConfig