[
https://issues.apache.org/jira/browse/AMBARI-17924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15400728#comment-15400728
]
Hudson commented on AMBARI-17924:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #5422 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5422/])
AMBARI-17924. Export Hive classpath environment in hive-env.sh (smohanty:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=0dd4b729ff0f5f688dd8978a0f01008154c75f58])
*
ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-env.xml
*
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py
*
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/status_params.py
*
ambari-server/src/test/java/org/apache/ambari/server/serveraction/upgrades/HiveEnvClasspathActionTest.java
* ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.5.xml
*
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.5.xml
* ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.5.xml
*
ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/HiveEnvClasspathAction.java
*
ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/nonrolling-upgrade-2.5.xml
> Export Hive classpath environment in hive-env.sh
> ------------------------------------------------
>
> Key: AMBARI-17924
> URL: https://issues.apache.org/jira/browse/AMBARI-17924
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Dmytro Grinenko
> Priority: Critical
> Fix For: 2.4.0
>
> Attachments: AMBARI-17924.patch
>
>
> In hive-env.sh, we need to make sure to set these variables
> export HIVE_HOME=
> export HIVE_CONF_DIR=
> Where hive_home is format("
> {stack_root}
> /current/
> {component_directory}
> /") since this can happen on a host with either Hive Server2, MetaStore,
> client, etc.
> hive_conf_dir is already set in status_params.py
> During EU/RU to HDP 2.5, we have to modify hive-env to add these exports so
> that will require changes in 4 upgrade packs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)