You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2014/03/26 14:53:14 UTC

[jira] [Created] (AMBARI-5223) hive-env.sh overwrites user value of HIVE_AUX_JARS_PATH

Vitaly Brodetskyi created AMBARI-5223:
-----------------------------------------

             Summary: hive-env.sh overwrites user value of HIVE_AUX_JARS_PATH
                 Key: AMBARI-5223
                 URL: https://issues.apache.org/jira/browse/AMBARI-5223
             Project: Ambari
          Issue Type: Bug
          Components: agent
    Affects Versions: 1.2.5
            Reporter: Vitaly Brodetskyi
            Assignee: Vitaly Brodetskyi
            Priority: Critical
             Fix For: 1.5.1


This line at the bottom of {{hive-env.sh}} disregards any user-provided values, masking them from the launch script.

{noformat}
# Folder containing extra ibraries required for hive compilation/execution can be controlled by:
export HIVE_AUX_JARS_PATH=/usr/lib/hcatalog/share/hcatalog/hcatalog-core.jar
{noformat}

This breaks this feature for users of both the environment {{export HIVE_AUX_JARS_PATH="my custom value"}} and the command line {{hive --auxpath "my custom value"}} .



--
This message was sent by Atlassian JIRA
(v6.2#6252)