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

FetchTask should not reference metastore classes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 0.13.0
    • Query Processor
    • None

    Description

      The below code parts in PartitionDesc throws NoClassDefFounError sometimes in execution.

      public Deserializer getDeserializer() {
          try {
            return MetaStoreUtils.getDeserializer(Hive.get().getConf(), getProperties());
          } catch (Exception e) {
            return null;
          }
        }
      

      Attachments

        1. HIVE-6018.1.patch.txt
          7 kB
          Navis Ryu

        Issue Links

          Activity

            People

              navis Navis Ryu
              navis Navis Ryu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: