Repository: ambari
Updated Branches:
  refs/heads/trunk 0564a1584 -> 7ecf19c04


Revert "AMBARI-8779: Common Services: Refactor HDP-2.1 FALCON, STORM, TEZ 
services - commit unstaged change (Jayush Luniya)"

This reverts commit 0564a1584e9c88243442d8b92db5483b8db97b66.


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

Branch: refs/heads/trunk
Commit: 7ecf19c044fcaf0b755f8967836eb60e6c6b176b
Parents: 0564a15
Author: Jayush Luniya <[email protected]>
Authored: Thu Dec 18 22:17:08 2014 -0800
Committer: Jayush Luniya <[email protected]>
Committed: Thu Dec 18 22:17:08 2014 -0800

----------------------------------------------------------------------
 .../src/test/python/stacks/2.1/TEZ/test_tez_client.py          | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7ecf19c0/ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py 
b/ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py
index 3d74113..cc53422 100644
--- a/ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py
+++ b/ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py
@@ -62,12 +62,10 @@ class TestTezClient(RMFTestCase):
 
 
   def test_upgrade(self):
-    self.executeScript(self.COMMON_SERVICES_PACKAGE_DIR + 
"/scripts/tez_client.py",
+    self.executeScript("2.1/services/TEZ/package/scripts/tez_client.py",
                        classname = "TezClient",
                        command = "restart",
-                       config_file="client-upgrade.json",
-                       hdp_stack_version = self.STACK_VERSION,
-                       target = RMFTestCase.TARGET_COMMON_SERVICES)
+                       config_file="client-upgrade.json")
 
     self.assertResourceCalled("Execute", "hdp-select set hadoop-client 
2.2.1.0-2067")
 

Reply via email to