[
https://issues.apache.org/jira/browse/AMBARI-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sumit Mohanty resolved AMBARI-5352.
-----------------------------------
Resolution: Fixed
committed to trunk and branch-1.5.1
> PIG_OPTS should be appended instead of being over written
> ---------------------------------------------------------
>
> Key: AMBARI-5352
> URL: https://issues.apache.org/jira/browse/AMBARI-5352
> Project: Ambari
> Issue Type: Bug
> Reporter: Andrew Onischuk
> Assignee: Andrew Onischuk
> Fix For: 1.5.1
>
>
> When tez is enabled the following code is executed in pig-env.sh
>
>
> if [ -d "/usr/lib/tez" ]; then
> PIG_OPTS="-Dmapreduce.framework.name=yarn"
> fi
>
> We should be appending to PIG_OPTS and not overwriting it.
--
This message was sent by Atlassian JIRA
(v6.2#6252)