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 02:47:27 UTC

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

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


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.


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

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-1183:
---------------------------------

    Affects Version/s:     (was: 0.6.0)
                           (was: 0.5.0)
        Fix Version/s:     (was: 0.6.0)

> 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
>             Fix For: 0.5.0
>
>         Attachments: hive-1183-b5.0.diff, hive-1183-trunk.diff, HIVE-1183.2.b-0.5_and_trunk.diff, hive-1183.diff, HIVE-1183.showidea.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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836333#action_12836333 ] 

Zheng Shao commented on HIVE-1183:
----------------------------------

What do you think about HIVE-1183.showidea.diff then?


> 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
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Blocker
>             Fix For: 0.5.0, 0.6.0
>
>         Attachments: hive-1183-b5.0.diff, hive-1183-trunk.diff, hive-1183.diff, HIVE-1183.showidea.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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao updated HIVE-1183:
-----------------------------

    Attachment: HIVE-1183.showidea.diff

Thanks Edward.

1. Shall we show a message that the user should set hiveconf {{hive.hwi.war.file}} if the war file is not found?

2. See HIVE-1183.showidea.diff. We can use "filterset" to change the file content when copying. This can help users get started without any manual changes to the conf file.

What do you think?


> 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
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Blocker
>             Fix For: 0.5.0, 0.6.0
>
>         Attachments: hive-1183-b5.0.diff, hive-1183-trunk.diff, hive-1183.diff, HIVE-1183.showidea.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.


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

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840879#action_12840879 ] 

Edward Capriolo commented on HIVE-1183:
---------------------------------------


I assumed we were going to merge to the two patches. Zheng's work at finding the patch is good, but notice the FileNotFound is not displaying the correct var....So I will open another ticket on that.


> 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
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Blocker
>             Fix For: 0.5.0, 0.6.0
>
>         Attachments: hive-1183-b5.0.diff, hive-1183-trunk.diff, HIVE-1183.2.b-0.5_and_trunk.diff, hive-1183.diff, HIVE-1183.showidea.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.


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

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
     [ 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-trunk.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-b5.0.diff, hive-1183-trunk.diff, 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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836130#action_12836130 ] 

Zheng Shao commented on HIVE-1183:
----------------------------------

There is a conflict when applying hive-1183.diff to branch-0.5.
Can you generate a patch for branch-0.5?

> 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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao updated HIVE-1183:
-----------------------------

    Status: Patch Available  (was: Open)

> 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
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Blocker
>             Fix For: 0.5.0, 0.6.0
>
>         Attachments: hive-1183-b5.0.diff, hive-1183-trunk.diff, HIVE-1183.2.b-0.5_and_trunk.diff, hive-1183.diff, HIVE-1183.showidea.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.


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

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
     [ 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-b5.0.diff

Patch against 5 branch

> 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-b5.0.diff, 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.


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

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836502#action_12836502 ] 

Namit Jain commented on HIVE-1183:
----------------------------------

+1

will commit if the tests pass

> 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
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Blocker
>             Fix For: 0.5.0, 0.6.0
>
>         Attachments: hive-1183-b5.0.diff, hive-1183-trunk.diff, HIVE-1183.2.b-0.5_and_trunk.diff, hive-1183.diff, HIVE-1183.showidea.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.


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

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836463#action_12836463 ] 

Edward Capriolo commented on HIVE-1183:
---------------------------------------

hive-1183.showidea.diff is fine by me.  I am away from my normal setup on business so I do not have the tools to patch this up right now. If anyone else wants to that is fine by me. All I care is that HWI starts out of the box :) 

> 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
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Blocker
>             Fix For: 0.5.0, 0.6.0
>
>         Attachments: hive-1183-b5.0.diff, hive-1183-trunk.diff, hive-1183.diff, HIVE-1183.showidea.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.


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

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836295#action_12836295 ] 

Edward Capriolo commented on HIVE-1183:
---------------------------------------

It should never be the case that this file is not found. We should not need userspace checking as this was a buildfile *nd code error. 

> 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
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Blocker
>             Fix For: 0.5.0, 0.6.0
>
>         Attachments: hive-1183-b5.0.diff, hive-1183-trunk.diff, hive-1183.diff, HIVE-1183.showidea.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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao updated HIVE-1183:
-----------------------------

    Status: Open  (was: Patch Available)

> 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
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Blocker
>             Fix For: 0.5.0, 0.6.0
>
>         Attachments: hive-1183-b5.0.diff, hive-1183-trunk.diff, hive-1183.diff, HIVE-1183.showidea.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.


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

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

        Fix Version/s: 0.6.0
                       0.5.0
    Affects Version/s: 0.6.0
                       0.5.0
               Status: Patch Available  (was: Open)

Build file was looking for war in build/ not build/hwi. Error message printed wrong path causing confusion. Added commented out description of variable since war finding logic has changed recently.

> 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
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Blocker
>             Fix For: 0.5.0, 0.6.0
>
>         Attachments: hive-1183-b5.0.diff, hive-1183-trunk.diff, 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.


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

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain updated HIVE-1183:
-----------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

committed in 0.5 and trunk. Thanks Zheng

> 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
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Blocker
>             Fix For: 0.5.0, 0.6.0
>
>         Attachments: hive-1183-b5.0.diff, hive-1183-trunk.diff, HIVE-1183.2.b-0.5_and_trunk.diff, hive-1183.diff, HIVE-1183.showidea.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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836133#action_12836133 ] 

Zheng Shao commented on HIVE-1183:
----------------------------------

This is caused by HIVE-978. We added the ${version} to the jar/war filenames.
Is there anything additional that we need to do?



> 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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao updated HIVE-1183:
-----------------------------

    Attachment: HIVE-1183.2.b-0.5_and_trunk.diff

This is the patch for both trunk and branch-0.5.

> 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
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Blocker
>             Fix For: 0.5.0, 0.6.0
>
>         Attachments: hive-1183-b5.0.diff, hive-1183-trunk.diff, HIVE-1183.2.b-0.5_and_trunk.diff, hive-1183.diff, HIVE-1183.showidea.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.