You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vb...@apache.org on 2016/06/22 11:55:49 UTC

ambari git commit: AMBARI-17366. Tez install failed.(vbrodetskyi)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 57ac880bf -> 6ef6f18cc


AMBARI-17366. Tez install failed.(vbrodetskyi)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6ef6f18c
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6ef6f18c
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6ef6f18c

Branch: refs/heads/branch-2.4
Commit: 6ef6f18cc460c5c66d36241734282d3e01785212
Parents: 57ac880
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Tue Jun 21 21:49:09 2016 +0300
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Tue Jun 21 21:49:09 2016 +0300

----------------------------------------------------------------------
 .../resources/common-services/TEZ/0.4.0.2.1/package/scripts/tez.py  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6ef6f18c/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/tez.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/tez.py b/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/tez.py
index 67e3c4f..01940d7 100644
--- a/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/tez.py
+++ b/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/tez.py
@@ -18,6 +18,7 @@ limitations under the License.
 Ambari Agent
 
 """
+import os
 
 from resource_management import *
 from ambari_commons import OSConst