-
Notifications
You must be signed in to change notification settings - Fork 15
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
Exception when passing a Path argument to WebCassandraDirectoryProvider #367
Comments
Hello,
|
But actually, I tried your example:
and got the same exception. |
also by default in WebCassandraDirectory we have the following:
|
So, just to clarify, do you want to be able to set the download directory is |
You can try this option for now:
|
That seems to have done the trick, thanks :) |
Hi,
I am trying to start an instance with the working directory being inside the project rather than in the home directory of the machine and I have the following Scala code:
However, I get the following exception:
I see that the
.embedded-cassandra
folder gets created wherever I set the path but it still results in an exception.Whenever
new WebCassandraDirectoryProvider
does not have an argument and it defaults touser.home
it seems to work but otherwise it does not. I have tried setting it to the project root folder, target directory, but none of them seem to work. Any clues what might be happening?The text was updated successfully, but these errors were encountered: