-
Notifications
You must be signed in to change notification settings - Fork 308
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
adam-cli uses git-commit-id-plugin which breaks release? #1322
Comments
The problem is that release source tarballs don't have .git directories. The $ ./bin/adam-submit --version
Using ADAM_MAIN=org.bdgenomics.adam.cli.ADAMMain
Using SPARK_SUBMIT=/usr/local/bin/spark-submit
e 888~-_ e e e
d8b 888 \ d8b d8b d8b
/Y88b 888 | /Y88b d888bdY88b
/ Y88b 888 | / Y88b / Y88Y Y888b
/____Y88b 888 / /____Y88b / YY Y888b
/ Y88b 888_-~ / Y88b / Y888b
ADAM version: 0.20.1-SNAPSHOT
Commit: f14966cfc206b7e6efa76d255a1ef12159202317 Build: 2016-12-22
Built for: Scala 2.10.6 and Hadoop 2.7.3 I'm not sure of a workaround, let me think on it. |
Looking at the usage docs—which are pretty solid!—there is an option to not fail if .git is missing:
|
fnothaft
added a commit
to fnothaft/adam
that referenced
this issue
Dec 22, 2016
heuermh
pushed a commit
that referenced
this issue
Dec 28, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just downloaded a release of ADAM and tried to run
mvn package -DskipTests
which failed on the ADAM CLI module withIs this expected?
The text was updated successfully, but these errors were encountered: