Skip to content

Commit 6be7f8d

Browse files
committed
[DOP-30631] Fix tests
1 parent 6ecbd46 commit 6be7f8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,10 @@ services:
331331
environment:
332332
TZ: UTC
333333
WITH_HIVE_SERVER: 'false' # We leave only the metastore server, we don’t need Hive itself, we don’t waste resources on it
334-
HIVE_REST_CATALOG_DB_URL: jdbc:postgresql://metastore-hive:5432/metastore
335-
HIVE_REST_CATALOG_DB_DRIVER: org.postgresql.Driver
336-
HIVE_REST_CATALOG_DB_USER: test_hive
337-
HIVE_REST_CATALOG_DB_PASSWORD: test_hive
334+
HIVE_METASTORE_DB_URL: jdbc:postgresql://metastore-hive:5432/metastore
335+
HIVE_METASTORE_DB_DRIVER: org.postgresql.Driver
336+
HIVE_METASTORE_DB_USER: test_hive
337+
HIVE_METASTORE_DB_PASSWORD: test_hive
338338
# writing spark dataframe to s3, sftp, ftp, ftps xml file fails without running hive metastore server
339339
profiles: [hive, hdfs, s3, sftp, ftp, ftps, samba, webdav, all]
340340

0 commit comments

Comments
 (0)