Class InputFormatConfig


  • public class InputFormatConfig
    extends java.lang.Object
    • Method Detail

      • tableSchema

        public static Schema tableSchema​(org.apache.hadoop.conf.Configuration conf)
      • readSchema

        public static Schema readSchema​(org.apache.hadoop.conf.Configuration conf)
      • selectedColumns

        public static java.lang.String[] selectedColumns​(org.apache.hadoop.conf.Configuration conf)
      • catalogPropertyConfigKey

        public static java.lang.String catalogPropertyConfigKey​(java.lang.String catalogName,
                                                                java.lang.String catalogProperty)
        Get Hadoop config key of a catalog property based on catalog name
        Parameters:
        catalogName - catalog name
        catalogProperty - catalog property, can be any custom property, a commonly used list of properties can be found at CatalogProperties
        Returns:
        Hadoop config key of a catalog property for the catalog name