|
|
@@ -330,6 +330,7 @@ class TestHistoryServer(RMFTestCase):
|
|
|
security_enabled = False,
|
|
|
hadoop_conf_dir = '/etc/hadoop/conf',
|
|
|
keytab = UnknownConfigurationMock(),
|
|
|
+ change_permissions_for_parents = True,
|
|
|
kinit_path_local = '/usr/bin/kinit',
|
|
|
user = 'hdfs',
|
|
|
dfs_type = '',
|
|
|
@@ -596,6 +597,7 @@ class TestHistoryServer(RMFTestCase):
|
|
|
security_enabled = True,
|
|
|
hadoop_conf_dir = '/etc/hadoop/conf',
|
|
|
keytab = '/etc/security/keytabs/hdfs.headless.keytab',
|
|
|
+ change_permissions_for_parents = True,
|
|
|
kinit_path_local = '/usr/bin/kinit',
|
|
|
user = 'hdfs',
|
|
|
dfs_type = '',
|