Skip to content

Commit

Permalink
Disable Secondary Services subservice
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Nov 28, 2022
1 parent 090f1dd commit c61b822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openeogeotrellis/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,11 @@ def __init__(self, use_zookeeper=True, opensearch_enrich=True):
key_tab = conf.get("spark.yarn.keytab", conf.get("spark.kerberos.keytab"))

super().__init__(
secondary_services=GpsSecondaryServices(service_registry=self._service_registry),
catalog=catalog,
batch_jobs=GpsBatchJobs(catalog, jvm, principal, key_tab, vault),
user_defined_processes=user_defined_processes,
processing=GpsProcessing(),
# secondary_services=GpsSecondaryServices(service_registry=self._service_registry),
)

self._principal = principal
Expand Down

0 comments on commit c61b822

Please sign in to comment.