Class CatalogLoader.HadoopCatalogLoader

    • Method Detail

      • loadCatalog

        public Catalog loadCatalog()
        Description copied from interface: CatalogLoader
        Create a new catalog with the provided properties. NOTICE: for flink, we may initialize the CatalogLoader at flink sql client side or job manager side, and then serialize this catalog loader to task manager, finally deserialize it and create a new catalog at task manager side.
        Specified by:
        loadCatalog in interface CatalogLoader
        Returns:
        a newly created Catalog
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object