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 2009/09/06 16:30:00 UTC

[jira] Created: (HIVE-817) hive.hwi.war.file incorrectly tries to environment variables to locate war file

hive.hwi.war.file incorrectly tries to environment variables to locate war file
-------------------------------------------------------------------------------

                 Key: HIVE-817
                 URL: https://issues.apache.org/jira/browse/HIVE-817
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Configuration, Web UI
            Reporter: Edward Capriolo
            Assignee: Edward Capriolo


<property>
  <name>hive.hwi.war.file</name>
  <value>${HIVE_HOME}/lib/hive-hwi.war</value>
</property>

Is not interpreted correctly. This should read HIVE_HOME from environment as set by bin/hive and append this value to it.

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


[jira] Commented: (HIVE-817) hive.hwi.war.file incorrectly tries to use environment variables to locate war file

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

Namit Jain commented on HIVE-817:
---------------------------------

+1

looks good, will commit if the tests pass

> hive.hwi.war.file incorrectly tries to use environment variables to locate war file
> -----------------------------------------------------------------------------------
>
>                 Key: HIVE-817
>                 URL: https://issues.apache.org/jira/browse/HIVE-817
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Configuration, Web UI
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>         Attachments: hive-817.txt
>
>
> <property>
>   <name>hive.hwi.war.file</name>
>   <value>${HIVE_HOME}/lib/hive-hwi.war</value>
> </property>
> Is not interpreted correctly. This should read HIVE_HOME from environment as set by bin/hive and append this value to it.

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


[jira] Updated: (HIVE-817) hive.hwi.war.file incorrectly tries to environment variables to locate war file

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

Edward Capriolo updated HIVE-817:
---------------------------------

    Attachment: hive-817.txt

Process locates the war file else Exits with 1

> hive.hwi.war.file incorrectly tries to environment variables to locate war file
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-817
>                 URL: https://issues.apache.org/jira/browse/HIVE-817
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Configuration, Web UI
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>         Attachments: hive-817.txt
>
>
> <property>
>   <name>hive.hwi.war.file</name>
>   <value>${HIVE_HOME}/lib/hive-hwi.war</value>
> </property>
> Is not interpreted correctly. This should read HIVE_HOME from environment as set by bin/hive and append this value to it.

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


[jira] Updated: (HIVE-817) hive.hwi.war.file incorrectly tries to use environment variables to locate war file

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

Edward Capriolo updated HIVE-817:
---------------------------------

    Summary: hive.hwi.war.file incorrectly tries to use environment variables to locate war file  (was: hive.hwi.war.file incorrectly tries to environment variables to locate war file)

> hive.hwi.war.file incorrectly tries to use environment variables to locate war file
> -----------------------------------------------------------------------------------
>
>                 Key: HIVE-817
>                 URL: https://issues.apache.org/jira/browse/HIVE-817
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Configuration, Web UI
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>         Attachments: hive-817.txt
>
>
> <property>
>   <name>hive.hwi.war.file</name>
>   <value>${HIVE_HOME}/lib/hive-hwi.war</value>
> </property>
> Is not interpreted correctly. This should read HIVE_HOME from environment as set by bin/hive and append this value to it.

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


[jira] Updated: (HIVE-817) hive.hwi.war.file incorrectly tries to use environment variables to locate war file

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

Carl Steinbach updated HIVE-817:
--------------------------------

    Fix Version/s: 0.5.0

> hive.hwi.war.file incorrectly tries to use environment variables to locate war file
> -----------------------------------------------------------------------------------
>
>                 Key: HIVE-817
>                 URL: https://issues.apache.org/jira/browse/HIVE-817
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Configuration, Web UI
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>             Fix For: 0.5.0
>
>         Attachments: hive-817.txt
>
>
> <property>
>   <name>hive.hwi.war.file</name>
>   <value>${HIVE_HOME}/lib/hive-hwi.war</value>
> </property>
> Is not interpreted correctly. This should read HIVE_HOME from environment as set by bin/hive and append this value to it.

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


[jira] Updated: (HIVE-817) hive.hwi.war.file incorrectly tries to use environment variables to locate war file

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

Edward Capriolo updated HIVE-817:
---------------------------------

    Status: Patch Available  (was: Open)

Small patch for bad conf argument handling.

> hive.hwi.war.file incorrectly tries to use environment variables to locate war file
> -----------------------------------------------------------------------------------
>
>                 Key: HIVE-817
>                 URL: https://issues.apache.org/jira/browse/HIVE-817
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Configuration, Web UI
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>         Attachments: hive-817.txt
>
>
> <property>
>   <name>hive.hwi.war.file</name>
>   <value>${HIVE_HOME}/lib/hive-hwi.war</value>
> </property>
> Is not interpreted correctly. This should read HIVE_HOME from environment as set by bin/hive and append this value to it.

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


[jira] Commented: (HIVE-817) hive.hwi.war.file incorrectly tries to use environment variables to locate war file

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

Edward Capriolo commented on HIVE-817:
--------------------------------------

Actually I am thinking to enhance this but this might create some platform issues.

Paths beginning with '/' are full. Else path is relative?

> hive.hwi.war.file incorrectly tries to use environment variables to locate war file
> -----------------------------------------------------------------------------------
>
>                 Key: HIVE-817
>                 URL: https://issues.apache.org/jira/browse/HIVE-817
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Configuration, Web UI
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>         Attachments: hive-817.txt
>
>
> <property>
>   <name>hive.hwi.war.file</name>
>   <value>${HIVE_HOME}/lib/hive-hwi.war</value>
> </property>
> Is not interpreted correctly. This should read HIVE_HOME from environment as set by bin/hive and append this value to it.

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


[jira] Updated: (HIVE-817) hive.hwi.war.file incorrectly tries to use environment variables to locate war file

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

Namit Jain updated HIVE-817:
----------------------------

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

Committed. Thanks Edward

> hive.hwi.war.file incorrectly tries to use environment variables to locate war file
> -----------------------------------------------------------------------------------
>
>                 Key: HIVE-817
>                 URL: https://issues.apache.org/jira/browse/HIVE-817
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Configuration, Web UI
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>         Attachments: hive-817.txt
>
>
> <property>
>   <name>hive.hwi.war.file</name>
>   <value>${HIVE_HOME}/lib/hive-hwi.war</value>
> </property>
> Is not interpreted correctly. This should read HIVE_HOME from environment as set by bin/hive and append this value to it.

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