Skip to content

Commit

Permalink
Add cite DOI link to command line --version output.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Aug 18, 2020
1 parent 3dce316 commit f8323b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class ADAMMain @Inject() (commandGroups: List[CommandGroup]) extends Logging {
}
println("Built for: Apache Spark %s, Scala %s, and Hadoop %s"
.format(about.sparkVersion, about.scalaVersion, about.hadoopVersion))
println("Cite: doi:10.1145/2723372.2742787")
}

private def printCommands() {
Expand Down

0 comments on commit f8323b9

Please sign in to comment.