[
https://issues.apache.org/jira/browse/AMBARI-22545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16271040#comment-16271040
]
Hudson commented on AMBARI-22545:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #499 (See
[https://builds.apache.org/job/Ambari-branch-2.6/499/])
AMBARI-22545 - Tie MapReduce to Hive and Tez For Patch Upgrades (jhurley:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=50cef51c76f3180ff8c3a2fbcf42bac21bf416c5])
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json
> Tie MapReduce to Hive and Tez For Patch Upgrades
> ------------------------------------------------
>
> Key: AMBARI-22545
> URL: https://issues.apache.org/jira/browse/AMBARI-22545
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 2.6.0
> Reporter: Jonathan Hurley
> Assignee: Jonathan Hurley
> Priority: Blocker
> Fix For: 2.6.1
>
> Attachments: AMBARI-22545.patch
>
>
> Hive is currently unable to upgrade without MapReduce since the property
> {{mapreduce.admin.user.env}} cannot properly be detected from
> {{mapred-site}}.
> STR:
> - Install a base cluster at 2.6.3.0 with ZK, HDFS, YARN, MapR, Tez, Hive
> - Push YARN/Tez forward to 2.6.3.1-1
> - Push Hive forward to 2.6.3.2-1
> - Push MapR forward to 2.6.3.3-1
> When you run a Hive query against Tez, it was failing. The fix was to add the
> following to {{tez-site}} since it wasn't detected on {{mapred-site}}:
> {code}
> mapreduce.admin.user.env=LD_LIBRARY=./tezlib/lib/native
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)