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

Nothing is recorded after the request phase #2

Open
luluxing opened this issue Apr 9, 2021 · 8 comments
Open

Nothing is recorded after the request phase #2

luluxing opened this issue Apr 9, 2021 · 8 comments

Comments

@luluxing
Copy link

luluxing commented Apr 9, 2021

Hello! I followed the instructions to reproduce the linkBench result, but after load and request, nothing is saved to record/ directory.

Here is how I did:

  1. clone the LinkBench repo
  2. download the FacebookLinkBench.jar and put it in target/ directory
  3. start MySQL server and create the table schemas
  4. modify the configuration files and change maxid1 to be 10001
  5. run ./bin/linkbench -c some.properties -l to load the data
  6. run ./bin/linkbench -c some.properties -r to request

The request phase completed successfully, but the traces are not recorded. Thanks in advance!

@saffahyjp
Copy link
Contributor

Hi, thank you for opening the issue. I'm working to figure out what might be happening.

@saffahyjp
Copy link
Contributor

Have you tried to use both -l and -r in a single run? Currently we don't support separate runs of -l and -r

@luluxing
Copy link
Author

Yes, I tried with ./bin/linkbench -c some.properties -l -r but didn't find anything in pwd/record/.

@rwang067
Copy link

Yes, I tried with ./bin/linkbench -c some.properties -l -r but didn't find anything in pwd/record/.

Hi, is this issues solved? I also encountered the same problem.

@saffahyjp
Copy link
Contributor

Hi, sorry for a late reply. I have reproduced the problem and I am trying to solve it. Sorry...

@rwang067
Copy link

Hi, sorry for a late reply. I have reproduced the problem and I am trying to solve it. Sorry...

Thanks a lot and I'm looking forward to your reply.

@saffahyjp
Copy link
Contributor

Hi, I have updated README.md, mainly with the following changes:

  1. In your config file (config/Something.properties), change the lines to be linkstore = com.facebook.LinkBench.GraphStoreWrapper and nodestore = com.facebook.LinkBench.GraphStoreWrapper.
  2. Before running the driver, make sure there exists an empty directory named record in the current working directory.

I believe this would solve the problem. Sorry again for the inconvenience caused.

@rwang067
Copy link

Hi, I have updated README.md, mainly with the following changes:

  1. In your config file (config/Something.properties), change the lines to be linkstore = com.facebook.LinkBench.GraphStoreWrapper and nodestore = com.facebook.LinkBench.GraphStoreWrapper.
  2. Before running the driver, make sure there exists an empty directory named record in the current working directory.

I believe this would solve the problem. Sorry again for the inconvenience caused.

It works! Thank you so much.

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

3 participants