brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.91k stars 2.22k forks source link

How do I debug ycsb through netbeans using MongoDB database? #1596

Closed morcelicaio closed 2 years ago

morcelicaio commented 2 years ago

I can run ycsb from Netbeans and debug it by passing the parameters through netbeans (the parameters that are used on the command line). It starts the application in the main Client.java class where we have the main method.

I would like to do this debug by calling MongoDB but I am not able to. I can only execute by calling basicDB. How can I make it run by calling MongoDB?

busbey commented 2 years ago

if you run the startup scripts we ship, you should get a print out with the details for the underlying java execution. you'll need to duplicate all of those in your Netbeans execution.