Class HiveMetadataProvider

java.lang.Object
org.apache.drill.exec.store.hive.HiveMetadataProvider

public class HiveMetadataProvider extends Object
Class which provides methods to get metadata of given Hive table selection. It tries to use the stats stored in MetaStore whenever available and delays the costly operation of loading of InputSplits until needed. When loaded, InputSplits are cached to speedup subsequent access.
  • Field Details

  • Constructor Details

    • HiveMetadataProvider

      public HiveMetadataProvider(String userName, HiveReadEntry hiveReadEntry, org.apache.hadoop.hive.conf.HiveConf hiveConf)
  • Method Details