presto启动时提示'task.max-memory' was not used
来源:7-4 Presto安装部署
WaniuZhang_ITBoy
2020-03-21
2020-03-21T22:33:49.905+0800 WARN main Bootstrap
2020-03-21T22:33:50.506+0800 ERROR main com.facebook.presto.server.PrestoServer Unable to create injector, see the following errors:
1) Error: Defunct property 'task.max-memory' (class [class com.facebook.presto.execution.TaskManagerConfig]) cannot be configured.
2) Configuration property 'task.max-memory' was not used
at io.airlift.bootstrap.Bootstrap.lambda$initialize$2(Bootstrap.java:233)
2 errors
com.google.inject.CreationException: Unable to create injector, see the following errors:
1) Error: Defunct property 'task.max-memory' (class [class com.facebook.presto.execution.TaskManagerConfig]) cannot be configured.
2) Configuration property 'task.max-memory' was not used
at io.airlift.bootstrap.Bootstrap.lambda$initialize$2(Bootstrap.java:233)
2 errors
at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:543)
at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:159)
at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:106)
at com.google.inject.Guice.createInjector(Guice.java:87)
at io.airlift.bootstrap.Bootstrap.initialize(Bootstrap.java:240)
at com.facebook.presto.server.PrestoServer.run(PrestoServer.java:115)
at com.facebook.presto.server.PrestoServer.main(PrestoServer.java:67)
写回答
2回答
-
叁金
2020-03-21
是query.max-memory吧?
212020-03-21 -
WaniuZhang_ITBoy
提问者
2020-03-21
老师,如图10
相似问题
老师,如图