Skip to content

Update benchpress to run mongodb example #12

@dougc333

Description

@dougc333
  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions