-
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
HTraceConfiguration Class Not Found Exception #865
Comments
This looks like an error in the classpath generation for maven source runs. Can you try one of more of the following:
By default HTrace is set to no tracing. However, like log levels in e.g. slf4j this still requires a call into the htrace library (to check if tracing is on, for example).
AFAIK it's currently implemented around the wrapper we layer on top of the storage interfaces. That means we trace each kind of operation we do in YCSB. However, tracing through the individual storage engines would depend on if the client libraries of a given storage system. |
@busbey Your answer is very helpful. Now I can run YCSB successfully. I think this issue should be closed. Thank you so much! |
I'm glad things helped. I'm going to reopen this issue so we can figure out where the failure is on using the bash script with a source build. Let me know if you can't unsubscribe from updates and I'll switch to a new issue instead. |
0.13.0-SNAPSHOT works by just invoking the python script instead of the bash script |
Closing this since #877 has some details related to the 0.12.0 release. |
I'm having this issue. Using the old python script doesn't help me. |
Please open a new issue @KhanhCon |
@busbey Oh. I'm using 'bin\ycsb' command on Windows and this seems to run the ycsb.bat file. |
In a new issue, sure. Go to "issues" for the project and then click on "new issue". |
I want to run YCSB with Cassandra, "ycsb load" command failed immediately with the following error:
I did not install htrace on my computer. In the latest version of YCSB, is htrace turned on by default? If so, is there a way to turn it off?
Also, I am curious how 'deeply' is htrace integrated with YCSB, only at the 'global' YCSB client level? Or is the htrase code implemented in every individual database interfaces?
The text was updated successfully, but these errors were encountered: