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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -