-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20031/
-----------------------------------------------------------
Review request for Ambari and Dmytro Sen.
Bugs: AMBARI-5352
https://issues.apache.org/jira/browse/AMBARI-5352
Repository: ambari
Description
-------
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.
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/PIG/package/templates/pig-env.sh.j2
6e82ef2
Diff: https://reviews.apache.org/r/20031/diff/
Testing
-------
Thanks,
Andrew Onischuk