Repository: ambari Updated Branches: refs/heads/branch-1.7.0 acb3dd2a2 -> 8bf2a3e2a
AMBARI-7834. Ambari needs to change to support lzo with Tez.(vbrodetskyi) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8bf2a3e2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8bf2a3e2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8bf2a3e2 Branch: refs/heads/branch-1.7.0 Commit: 8bf2a3e2a7f0cd994cb4727729adb1f7730d040c Parents: acb3dd2 Author: Vitaly Brodetskyi <[email protected]> Authored: Fri Oct 17 19:16:43 2014 +0300 Committer: Vitaly Brodetskyi <[email protected]> Committed: Fri Oct 17 19:16:43 2014 +0300 ---------------------------------------------------------------------- .../stacks/HDP/2.2/services/TEZ/configuration/tez-site.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8bf2a3e2/ambari-server/src/main/resources/stacks/HDP/2.2/services/TEZ/configuration/tez-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/TEZ/configuration/tez-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/TEZ/configuration/tez-site.xml index f587346..6a793bf 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/TEZ/configuration/tez-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/TEZ/configuration/tez-site.xml @@ -28,5 +28,11 @@ </description> </property> + <property> + <name>tez.cluster.additional.classpath.prefix</name> + <value>/usr/hdp/current/share/lzo/0.6.0/lib/hadoop-lzo-0.6.0.jar</value> + <description></description> + </property> + </configuration>
