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

Getting Scylla Working - missing the code to build scylla #120

Open
slivne opened this issue Oct 7, 2018 · 2 comments
Open

Getting Scylla Working - missing the code to build scylla #120

slivne opened this issue Oct 7, 2018 · 2 comments

Comments

@slivne
Copy link

slivne commented Oct 7, 2018


in the setup you are building scylla-jmx and scylla-tools-java, you are missing the code to build scylla.

you can follow https://github.com/scylladb/scylla#quick-start

(one niptick ... by default you will build unitests as well ... which will take longer)
./configure.py --mode=release --with=scylla

In addition to that

export SCYLLADB_DIR=$PWD/scylla-tools-java

SCYLLADB_DIR needs to point to the scylla directory - not the scylla-tools-java

@thibaultcha
Copy link
Owner

thibaultcha commented Oct 7, 2018

Thank you for the tips @slivne.

You may want to consider improving the documentation around scylla-ccm a bit. Unless I drastically missed it, nothing here hints that scylla-ccm won't build Scylla itself. In fact, it just says:

Download scylla-ccm: ...

The SCYLLADB_DIR env originally was the scylla directory, but I changed it just to give it a try after seeing both the scylla dir and the scylla-tools-dir suggested while sourcing scylla_ccm_env.sh. I suppose the latter is only for a Cassandra cluster after all.

I will give another try soon, thanks again!

@slivne
Copy link
Author

slivne commented Oct 7, 2018

@thibaultcha thanks - you are correct it was missing. I modified the instructions to include building scylla.

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

No branches or pull requests

2 participants