-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
- 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
-
add install(new DefaultKeyGeneratorFactoriesModule()) and install(new DefaultValueGeneratorFactoryFactoriesModule()) to MultiDB/WorkerMain
-
add default ctors to Key/Value impl classes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels