File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,6 @@ def configure_security_hdfs():
38
38
@pytest .fixture (scope = 'module' )
39
39
def hdfs_with_kerberos (configure_security_hdfs ):
40
40
try :
41
- # To do: remove the following as soon as HDFS with kerberos is released
42
- log .warning ('Temporarily using HDFS stub universe until kerberos is released' )
43
- sdk_cmd .run_cli ('package repo add --index=0 {} {}' .format (
44
- 'hdfs-aws' ,
45
- 'https://universe-converter.mesosphere.com/transform?url=https://infinity-artifacts.s3.amazonaws.com/permanent/beta-hdfs/20171122-112028-Vl2QaSERix2q6Dhk/stub-universe-beta-hdfs.json' )
46
- )
47
-
48
41
primaries = ["hdfs" , "HTTP" ]
49
42
fqdn = "{service_name}.{host_suffix}" .format (
50
43
service_name = HDFS_SERVICE_NAME , host_suffix = sdk_hosts .AUTOIP_HOST_SUFFIX )
You can’t perform that action at this time.
0 commit comments