-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
run from source fails to use maven on windows #335
Comments
running against basic from a source checkout currently fails (see #336). There's a workaround on that issue for using the basic datastore. Your error looks different though. I think WindowsError Error 2 is "can't find file", was there a little bit more of the error message cut off? Do you have maven installed? In the same window where you run ycsb, what does I should also warn you that our windows support is still spotty (see #246) |
I try the workaround of #336 ,"do 'mvn package' from the top level and then make use of the distribution tgz artifact made in distribution/target/" ,but it doesn't work. The maven version
when i execute
it says like this
when i execute
it export the same errors like this
but when i execute
it says
|
Try out the instructions proposed on #246. Note that running out of a source working directory still won't work on windows. If you are trying to use a version more recent then the 0.1.4 release, you'll need to follow the instructions for building from source and then use the file it creates ( |
Any update here? The instruction on #246 are now in the docs and I verified them on Windows last night with the 0.3.0 RC. |
Hi there, I have the same issue here. *OS: windows 7 Build successfully. Added C:\Program Files\YCSB\cassandra2\target;C:\Program Files\DataStax-DDC\apache-cassandra\lib in my system environment variable. $ ./ycsb load cassandra-10 -p hosts="192.168.xxx.xx" -P workloads/workloada -s > workloada_load_res.txt Could anybody help me out? Was it because of the version of Cassandra? If so, which version I should switch to? Struggling for a long time... Many thanks!!! |
Try downloading the YCSB 0.7.0 release binaries instead of building from source. For the majority of users, the |
…ut [...]" warning The fix is discussed and addressed in issue brianfrankcooper#335, brianfrankcooper#336 and brianfrankcooper#962, to name a few, but it was never properly explained within the README. This should save some Googling time for a few people
When i execute
it always says like this:
can anyone tell me solution?
The text was updated successfully, but these errors were encountered: