You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
2)register WorkerControlResource to WorkerJerseyApp
add install(new DefaultKeyGeneratorFactoriesModule()) and install(new DefaultValueGeneratorFactoryFactoriesModule()) to MultiDB/WorkerMain
add default ctors to Key/Value impl classes
The text was updated successfully, but these errors were encountered: