Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-16991

HiveMetaStoreClient needs a 2-arg constructor for backwards compatibility

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.3.2, 2.4.0, 3.0.0
    • None
    • None

    Description

      Some client code that is not easy to change uses a 2-arg constructor on HiveMetaStoreClient.
      It is trivial and safe to add this constructor:

      public HiveMetaStoreClient(HiveConf conf, HiveMetaHookLoader hookLoader) throws MetaException {
          this(conf, hookLoader, true);
      }
      

      Attachments

        1. HIVE-16991.1.patch
          1 kB
          Andrew Sherman

        Activity

          People

            asherman Andrew Sherman
            asherman Andrew Sherman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: