类 HdfsApplicationConfig


  • public class HdfsApplicationConfig
    extends ApplicationConfig
    Represent a Hdfs application.

    A Hdfs application can be configured with property of version.

    • 构造器详细资料

      • HdfsApplicationConfig

        public HdfsApplicationConfig()
    • 方法详细资料

      • withVersion

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

        image type | image version | hdfs 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 HDFS.
        返回:
        HdfsApplicationConfig