Skip to content

Commit bd0866f

Browse files
authored
Unpin HDFS stub universe (apache#274)
1 parent 1d9517c commit bd0866f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test_hdfs.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ def configure_security_hdfs():
3838
@pytest.fixture(scope='module')
3939
def hdfs_with_kerberos(configure_security_hdfs):
4040
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-
4841
primaries = ["hdfs", "HTTP"]
4942
fqdn = "{service_name}.{host_suffix}".format(
5043
service_name=HDFS_SERVICE_NAME, host_suffix=sdk_hosts.AUTOIP_HOST_SUFFIX)

0 commit comments

Comments
 (0)