Skip to content

Instantly share code, notes, and snippets.

@naturalett
Created January 24, 2020 11:11
Show Gist options
  • Save naturalett/90d4ccb3dd44624159b43ac4af0364cf to your computer and use it in GitHub Desktop.
Save naturalett/90d4ccb3dd44624159b43ac4af0364cf to your computer and use it in GitHub Desktop.
dag properties
---
ni_application_id: ${project.name}
version: ${project.version}
main_class: com.naturalint.SparkExample
schedule: None
timeout_minutes: 45
jar_location: s3://<bucket-name>//${gitRepositoryName}/${s3ArtifactsDir}/${project.version}${gitCommitIdStr}/${project.build.finalName}.jar
emr_cluster_name: ${gitRepositoryName}-ci
properties:
- property:
name: start-date
value: "2018-12-11"
- property:
name: end-date
value: "2018-12-13"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment