You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Edward Capriolo (JIRA)" <ji...@apache.org> on 2010/02/20 05:05:27 UTC

[jira] Updated: (HIVE-1183) hive.hwi.war.file vanished from hive-default.xml. error message prints wrong variable. does not start by default.

     [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward Capriolo updated HIVE-1183:
----------------------------------

    Attachment: hive-1183.diff

> hive.hwi.war.file vanished from hive-default.xml. error message prints wrong variable. does not start by default.
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-1183
>                 URL: https://issues.apache.org/jira/browse/HIVE-1183
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Configuration
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Blocker
>         Attachments: hive-1183.diff
>
>
> 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);
>    }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.