You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2010/11/11 19:13:14 UTC

[jira] Updated: (HIVE-1583) Hive should not override Hadoop specific system properties

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

Namit Jain updated HIVE-1583:
-----------------------------

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

Committed. Thanks Thiruvel

> Hive should not override Hadoop specific system properties
> ----------------------------------------------------------
>
>                 Key: HIVE-1583
>                 URL: https://issues.apache.org/jira/browse/HIVE-1583
>             Project: Hive
>          Issue Type: Bug
>          Components: Configuration
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Thiruvel Thirumoolan
>         Attachments: HIVE-1583.patch, HIVE-1583_2.patch
>
>
> Currently Hive overrides Hadoop specific system properties such as HADOOP_CLASSPATH.
> It does the following in bin/hive script :
> {code}
> # pass classpath to hadoop
> export HADOOP_CLASSPATH=${CLASSPATH}
> {code}
> Instead, It should honor the value of HADOOP_CLASSPATH set by client by appending CLASSPATH to it.

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