Skip to content

Conversation

@kevinwallimann
Copy link
Collaborator

@kevinwallimann kevinwallimann commented Jul 26, 2022

Closes #700

Sets Dag instance status to Skipped if all job instances have status NoData (or if there are zero job instances).

Added a property for testing

executors.enable.hyperdrive.executor (optional, default true). If set to false, HyperdriveExecutor will not be used and instead, the SparkExecutor will be used for all workflows.

On top of enabling the HyperdriveExecutor globally, jobs also need to opt-in by specifying the following app argument:
useHyperdriveExecutor=true

Both items are only intended during a testing period, after which the logic for both things should be removed.

Symbolic links on tomcat
See section "Symbolic links on user-defined files" in the README for when and why to add symbolic links in the tomcat home folder to keytab and keystores.

jozefbakus
jozefbakus previously approved these changes Aug 2, 2022
Copy link
Collaborator

@jozefbakus jozefbakus left a comment

Choose a reason for hiding this comment

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

Could you please add/document symlink

@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 3, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kevinwallimann kevinwallimann merged commit 21278f9 into develop Aug 3, 2022
@kevinwallimann kevinwallimann deleted the feature/700-skip-dag-instance-2 branch August 3, 2022 11:36
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.

Skip dag instance creation if no new message is available in kafka

3 participants