类 PigApplicationConfig


  • public class PigApplicationConfig
    extends ApplicationConfig
    Represent a Pig application.

    A Pig application can be configured with property of version.

    • 构造器详细资料

      • PigApplicationConfig

        public PigApplicationConfig()
    • 方法详细资料

      • withVersion

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

        image type | image version | pig version supported hadoop | 0.1.0 | 0.11.0 hadoop | 0.2.0 | 0.14.0

        参数:
        version - The version of Pig.
        返回:
        PigApplicationConfig