-
Notifications
You must be signed in to change notification settings - Fork 26
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
Added stage to make blazegraph journal #151
Conversation
partially addresses #134 |
Jenkinsfile
Outdated
sh 'sbt stage' | ||
sh 'cd ..' | ||
sh 'pigz -d ../merged-kg.nt.gz' | ||
sh './blazegraph-runner/target/universal/stage/bin/blazegraph-runner/blazegraph-runner load --informat=ntriples --journal=merged-kg.jnl --use-ontology-graph=true ./merged-kg.nt' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@justaddcoffee I may be missing something but I think this path should just be ./blazegraph-runner/target/universal/stage/bin/blazegraph-runner
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @balhoff ! You are right
@balhoff thanks for your help, this PR successfully creates a blazegraph journal. Might eventually break this into a separate (or optional) jenkins job b/c the runtime is a about a day now, but not a dealbreaker for me |
No description provided.