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

hive.hwi.war.file vanished from hive-default.xml. error message prints wrong variable. does not start by default.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 0.5.0
    • Configuration
    • None
    • Reviewed

    Description

      hive.hwi.war.file vanished from hive-default.xml.
      error message prints wrong variable.
      since the full path is no longer supplied. The old documentation no longer applies

      String hwiWAR = conf.getVar(HiveConf.ConfVars.HIVEHWIWARFILE);
      String hivehome = System.getenv().get("HIVE_HOME");
      File hwiWARFile = new File(hivehome, hwiWAR);
      if (!hwiWARFile.exists())

      { l4j.fatal("HWI WAR file not found at " + hwiWAR); System.exit(1); }

      Attachments

        1. hive-1183-trunk.diff
          2 kB
          Edward Capriolo
        2. hive-1183-b5.0.diff
          2 kB
          Edward Capriolo
        3. HIVE-1183.showidea.diff
          2 kB
          Zheng Shao
        4. hive-1183.diff
          1 kB
          Edward Capriolo
        5. HIVE-1183.2.b-0.5_and_trunk.diff
          2 kB
          Zheng Shao

        Issue Links

          Activity

            People

              appodictic Edward Capriolo
              appodictic Edward Capriolo
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: