You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2015/09/23 19:17:52 UTC

[3/3] ambari git commit: AMBARI-13094. Add Spark Thrift Ambari Service, with trunk changes (Judy Nash via smohanty)

AMBARI-13094. Add Spark Thrift Ambari Service, with trunk changes (Judy Nash via smohanty)


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

Branch: refs/heads/trunk
Commit: d957874f5db31d02aad9d424fdc69804e978b08d
Parents: 3e63b15
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Wed Sep 23 10:17:25 2015 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Wed Sep 23 10:17:25 2015 -0700

----------------------------------------------------------------------
 .../src/test/python/stacks/2.3/SPARK/test_spark_thrift_server.py   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d957874f/ambari-server/src/test/python/stacks/2.3/SPARK/test_spark_thrift_server.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/python/stacks/2.3/SPARK/test_spark_thrift_server.py b/ambari-server/src/test/python/stacks/2.3/SPARK/test_spark_thrift_server.py
index a0b80f0..031e0ac 100644
--- a/ambari-server/src/test/python/stacks/2.3/SPARK/test_spark_thrift_server.py
+++ b/ambari-server/src/test/python/stacks/2.3/SPARK/test_spark_thrift_server.py
@@ -101,6 +101,7 @@ class TestSparkThriftServer(RMFTestCase):
         hadoop_conf_dir = '/usr/hdp/current/hadoop-client/conf',
         type = 'directory',
         action = ['create_on_execute'],
+        dfs_type = '',
         mode = 0775,
     )
     self.assertResourceCalled('HdfsResource', None,
@@ -113,6 +114,7 @@ class TestSparkThriftServer(RMFTestCase):
         principal_name = UnknownConfigurationMock(),
         user = 'hdfs',
         action = ['execute'],
+        dfs_type = '',
         hadoop_conf_dir = '/usr/hdp/current/hadoop-client/conf',
     )
     self.assertResourceCalled('PropertiesFile', '/usr/hdp/current/spark-client/conf/spark-defaults.conf',