mirror of https://github.com/apache/druid.git
Fix cds-task-schema-publish-disabled (#16469)
set AWS_REGION=us-west-2 to avoid retries
This commit is contained in:
parent
28473e7c4d
commit
c948201507
|
@ -63,6 +63,7 @@ services:
|
|||
service: druid-historical
|
||||
environment:
|
||||
- DRUID_INTEGRATION_TEST_GROUP=${DRUID_INTEGRATION_TEST_GROUP}
|
||||
- AWS_REGION=us-west-2
|
||||
depends_on:
|
||||
- druid-zookeeper-kafka
|
||||
|
||||
|
|
|
@ -129,6 +129,7 @@ public class IndexerSQLMetadataStorageCoordinator implements IndexerMetadataStor
|
|||
CentralizedDatasourceSchemaConfig centralizedDatasourceSchemaConfig
|
||||
)
|
||||
{
|
||||
|
||||
this.jsonMapper = jsonMapper;
|
||||
this.dbTables = dbTables;
|
||||
this.connector = connector;
|
||||
|
|
Loading…
Reference in New Issue