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

Fix/update tutorial #218

Open
AlexP11223 opened this issue Oct 31, 2017 · 1 comment
Open

Fix/update tutorial #218

AlexP11223 opened this issue Oct 31, 2017 · 1 comment

Comments

@AlexP11223
Copy link

I was following the tutorial recently and found some issues:

  1. load_demo.py takes username and password from args, not from config file. python load_demo.py 5432 postgres pgpassword
  2. It probably should mention that Python dependencies have to be installed via pip. (pip install -r tools/requirements.txt)
  3. frontend.sh didn't work for some reason, java was complaining that it cannot find MacroBaseServer. I didn't figure out why (even tried different OS, Ubuntu and Windows). So I opened the project in IDE and run the class from there.
  4. There are some formatting issues. I guess it was supposed to be a numbered list:

@phildionne
Copy link

Same problem here, failing to execute frontend.sh with message:

Error: Could not find or load main class macrobase.runtime.MacroBaseServer
Caused by: java.lang.NoClassDefFoundError: io/dropwizard/Application

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

2 participants