4

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.NodeModule.configure(NodeModule.java:34) で環境の形式が正しくありません (クラス io.airlift.node.NodeConfig の場合)

1 エラー com.google.inject.CreationException: Guice 作成エラー:

1) エラー: プロパティ プレフィックス '' の制約違反: io.airlift.node.NodeModule.configure(NodeModule.java:34) で環境の形式が正しくありません (クラス io.airlift.node.NodeConfig の場合)

com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:435) で 1 エラー ~[guice-3.0.jar:na] com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:154) で~[guice-3.0.jar:na] at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:106) ~[guice-3.0.jar:na] at com.google.inject.Guice.createInjector( Guice.java:95) ~[guice-3.0.jar:na] at io.airlift.bootstrap.Bootstrap.initialize(Bootstrap.java:277) ~[bootstrap-0.84.jar:0.84] at 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]

4

2 に答える 2