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

Update benchpress to run mongodb example #12

Open
dougc333 opened this issue May 30, 2017 · 0 comments
Open

Update benchpress to run mongodb example #12

dougc333 opened this issue May 30, 2017 · 0 comments

Comments

@dougc333
Copy link

  1. change the curl -X PUT -H "Content-Type: application/json" -d @test-jobs/hbase.json http://controller:7000/job line to curl -X POST -H "Content-Type: application/json" -d @test-jobs/hbase.json http://controller:7000/job; change PUT to POST

2)register WorkerControlResource to WorkerJerseyApp

  1. add install(new DefaultKeyGeneratorFactoriesModule()) and install(new DefaultValueGeneratorFactoryFactoriesModule()) to MultiDB/WorkerMain

  2. add default ctors to Key/Value impl classes

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

1 participant