Skip to content

Commit

Permalink
Use LinkedIn spark for job-server too
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyuiscool committed Apr 9, 2020
1 parent ff0c00d commit b086a72
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions runners/spark/job-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ apply plugin: 'application'
// we need to set mainClassName before applying shadow plugin
mainClassName = "org.apache.beam.runners.spark.SparkJobServerDriver"

repositories {
maven {
url "https://artifactory.corp.linkedin.com:8083/artifactory/DDS/"
}
maven {
url "https://artifactory.corp.linkedin.com:8083/artifactory/mintdev-publish-repo/"
}
maven {
url "file://" + System.getProperty("user.home") + "/local-repo"
}
}

applyJavaNature(
automaticModuleName: 'org.apache.beam.runners.spark.jobserver',
validateShadowJar: false,
Expand Down

0 comments on commit b086a72

Please sign in to comment.