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

Use Configuration::getRaw() for the Base64 data

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • Hive
    • None
    • Use Configuration::getRaw() to read Base64 data out of Configuration objects

    Description

      Inspired by the Twitter HadoopSummit talk

         if (HiveConf.getBoolVar(conf, ConfVars.HIVE_RPC_QUERY_PLAN)) {
                LOG.debug("Loading plan from string: "+path.toUri().getPath());
                String planString = conf.get(path.toUri().getPath());
      

      Use getRaw() in other places where Base64 data is present.

      Attachments

        1. HIVE-10974.1.patch
          0.8 kB
          Gopal Vijayaraghavan

        Activity

          People

            gopalv Gopal Vijayaraghavan
            gopalv Gopal Vijayaraghavan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: