Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/separate webservice hdfs config #2453

Open
wants to merge 4 commits into
base: integration
Choose a base branch
from

Conversation

ivakegg
Copy link
Collaborator

@ivakegg ivakegg commented Jun 28, 2024

This will added a localIvaratorCacheDirConfigs separate from the ivaratorCacheDirConfigs to allow us to configure ivarator directories differently between the tservers and the webserver/query microservices.
I created a branch in the query microservices starter that is updated as well:
https://github.com/NationalSecurityAgency/datawave-spring-boot-starter-query/compare/feature/separateWebserviceHdfsConfig

@ivakegg ivakegg force-pushed the feature/separateWebserviceHdfsConfig branch from bb4426e to 35096c7 Compare June 28, 2024 16:50
@ivakegg ivakegg marked this pull request as draft July 9, 2024 16:49
@ivakegg ivakegg marked this pull request as ready for review July 9, 2024 16:50
@@ -114,6 +114,10 @@
<!-- the zookeeper configuration (could be something like file:///opt/datawave/zookeeper-warehouse/conf/zoo.cfg, or the zookeeper list (somehost1:2181,somehost2:2181,…)-->
<property name="zookeeperConfig" value="${datawave.query.logic.logics.BaseEventQuery.zookeeperConfig}" />

<!-- This is injected via BaseEventQueryConfiguration.java and configured via configuration properties -->
<!-- the list of directories in which the query service puts its caches (selection always made on query service side) -->
<property name="localIvaratorCacheDirConfigs" ref="baseEventQueryLocalIvaratorCacheDirConfigs" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plug for future rename: since "local" is relative, maybe simply call them what they are. webserverIvaratorCacheDirConfigs and tserverIvaratorCacheDirConfigs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants