【发布时间】:2013-11-23 18:59:07
【问题描述】:
我在尝试启动 presto 服务器时遇到以下错误,如何诊断哪些属性格式错误或其他问题?谢谢。
配置文件:
coordinator=true
datasources=jmx
http-server.http.port=8080
presto-metastore.db.type=h2
presto-metastore.db.filename=var/db/MetaStore
task.max-memory=1GB
discovery-server.enabled=true
discovery.uri=http://localhost:8080
例外是
2013-11-11T11:11:39.582-0800 ERROR main com.facebook.presto.server.PrestoServer Guice 创建错误:
1) 错误:带有属性前缀“”的约束违规:环境格式错误(对于 io.airlift.node.NodeConfig 类) 在 io.airlift.node.NodeModule.configure(NodeModule.java:34)
1 个错误 com.google.inject.CreationException:Guice 创建错误:
1) 错误:带有属性前缀“”的约束违规:环境格式错误(对于 io.airlift.node.NodeConfig 类) 在 io.airlift.node.NodeModule.configure(NodeModule.java:34)
1 个错误 在 com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:435) ~[guice-3.0.jar:na] 在 com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:154) ~[guice-3.0.jar:na] 在 com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:106) ~[guice-3.0.jar:na] 在 com.google.inject.Guice.createInjector(Guice.java:95) ~[guice-3.0.jar:na] 在 io.airlift.bootstrap.Bootstrap.initialize(Bootstrap.java:277) ~[bootstrap-0.84.jar:0.84] 在 com.facebook.presto.server.PrestoServer.run(PrestoServer.java:137) ~[presto-server-0.52.jar:0.52] 在 com.facebook.presto.server.PrestoServer.main(PrestoServer.java:50) ~[presto-server-0.52.jar:0.52]
【问题讨论】:
标签: presto