Repository: ambari Updated Branches: refs/heads/trunk 07772c90b -> 025adab08
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/025adab0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/025adab0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/025adab0 Branch: refs/heads/trunk Commit: 025adab082cb6778ef1bd06ef79bce1228cf3737 Parents: 07772c9 Author: Vitaly Brodetskyi <[email protected]> Authored: Fri Oct 17 19:18:57 2014 +0300 Committer: Vitaly Brodetskyi <[email protected]> Committed: Fri Oct 17 19:18:57 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/025adab0/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>
