Skip to content
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

Update quickstart.md #1832

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rpietzsch
Copy link

@rpietzsch rpietzsch commented Feb 24, 2025

workaround to address unknown option -l and missing xzcat:

chmod o+w . && docker run -it --rm -v $QLEVER_HOME/qlever-indices/olympics:/index --entrypoint bash qlever -c "cd /index && xzcat olympics.nt.xz | IndexBuilderMain -F ttl -f - -l -i olympics -s olympics.settings.json | tee olympics.index-log.txt"
bash: line 1: xzcat: command not found
Error in command-line argument: unrecognised option '-l'

workaround to address unknown option `-l` and missing `xzcat`:

```sh
chmod o+w . && docker run -it --rm -v $QLEVER_HOME/qlever-indices/olympics:/index --entrypoint bash qlever -c "cd /index && xzcat olympics.nt.xz | IndexBuilderMain -F ttl -f - -l -i olympics -s olympics.settings.json | tee olympics.index-log.txt"
bash: line 1: xzcat: command not found
Error in command-line argument: unrecognised option '-l'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant