[
https://issues.apache.org/jira/browse/AMBARI-7825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14177657#comment-14177657
]
Hudson commented on AMBARI-7825:
--------------------------------
SUCCESS: Integrated in Ambari-branch-1.7.0 #151 (See
[https://builds.apache.org/job/Ambari-branch-1.7.0/151/])
AMBARI-7825. Rolling Upgrades - hdfs:///apps/tez/tez.tar.gz needs to be
versioned (alejandro) (afernandez:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=b30a13d1f26bf3a8c11f4d982d05a83bcf0dfe75)
* ambari-server/src/test/python/stacks/2.2/configs/default.json
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py
*
ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py
*
ambari-server/src/main/resources/stacks/HDP/2.2/services/TEZ/configuration/tez-site.xml
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_server.py
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py
* ambari-server/src/main/resources/stacks/HDP/2.2/configuration/cluster-env.xml
*
ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/package/scripts/params.py
* ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py
* ambari-server/src/test/python/stacks/2.2/SLIDER/test_slider_client.py
*
ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py
*
ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/install_jars.py
> Rolling Upgrades - hdfs:///apps/tez/tez.tar.gz needs to be versioned
> --------------------------------------------------------------------
>
> Key: AMBARI-7825
> URL: https://issues.apache.org/jira/browse/AMBARI-7825
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 1.7.0
> Reporter: Alejandro Fernandez
> Assignee: Alejandro Fernandez
> Priority: Blocker
> Fix For: 1.7.0, 2.0.0
>
> Attachments: AMBARI-7825.patch, AMBARI-7825_branch-1.7.0.patch
>
>
> *HDP 2.2 using versioned RPMs*
> When Ambari installs Hive, it copies any file that matches
> /usr/hdp/current/tez-client/lib/tez*.tar.gz file to
> hdfs:///apps/tez/tez.tar.gz
> (Aside: it also ends up copying other tez-* files that it shouldn't because
> they are not needed, and already zipped in the tar.gz file)
> The problem is that during a rolling upgrade, currently running jobs still
> needs to reference the same jar files as when they were created.
> Today, Hive's install_jars.py and params.py route
> /usr/hdp/current/tez-client/lib/tez*.tar.gz => tez.tar.gz
> Instead, it should preserve the version number when copying to HDFS.
> Further, when tez.py generates the tez-site.xml file, it should replace the
> value of the tez.lib.uris parameter to include the rpm version number in the
> value, e.g., hdfs:////apps/tez/tez-0.6.0.2.2.0.0-887.tar.gz
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)