Skip to content

Commit a1e22ad

Browse files
committed
Do not start Hive for FTP integration tests
1 parent 859bce1 commit a1e22ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,7 @@ services:
335335
HIVE_METASTORE_DB_DRIVER: org.postgresql.Driver
336336
HIVE_METASTORE_DB_USER: test_hive
337337
HIVE_METASTORE_DB_PASSWORD: test_hive
338-
# writing spark dataframe to s3, sftp, ftp, ftps xml file fails without running hive metastore server
339-
profiles: [hive, hdfs, s3, sftp, ftp, ftps, samba, webdav, all]
338+
profiles: [hive, hdfs, all]
340339

341340
test-sftp:
342341
image: ${SFTP_IMAGE:-linuxserver/openssh-server}

0 commit comments

Comments
 (0)