prestodb - Presto unable to create injector with resource group config -


i using presto-server-0.179 on hadoop cdh5.4.7. when add etc/config.properties with:

experimental.resource-groups-enabled=true

resource-groups.configuration-manager=etc/resource-groups.properties

i following error:

2017-07-25t03:46:22.678-0700 error main com.facebook.presto.server.prestoserver unable create injector, see following errors:

1) configuration property 'resource-groups.configuration-manager' not used @ io.airlift.bootstrap.bootstrap.lambda$initialize$2(bootstrap.java:235)

1 error com.google.inject.creationexception: unable create injector, see following errors:

1) configuration property 'resource-groups.configuration-manager' not used @ io.airlift.bootstrap.bootstrap.lambda$initialize$2(bootstrap.java:235)

1 error @ com.google.inject.internal.errors.throwcreationexceptioniferrorsexist(errors.java:466) @ com.google.inject.internal.internalinjectorcreator.initializestatically(internalinjectorcreator.java:155) @ com.google.inject.internal.internalinjectorcreator.build(internalinjectorcreator.java:107) @ com.google.inject.guice.createinjector(guice.java:96) @ io.airlift.bootstrap.bootstrap.initialize(bootstrap.java:242) @ com.facebook.presto.server.prestoserver.run(prestoserver.java:116) @ com.facebook.presto.server.prestoserver.main(prestoserver.java:67)


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -