2016-09-07 129 views
0

我在啓動presto服務器時遇到以下錯誤。請讓我這是什麼原因。Presto錯誤:啓動時

我正在使用presto-server-0.152。

Traceback (most recent call last): File "launcher.py", line 448, in main() File "launcher.py", line 418, in main node_properties = load_properties(o.node_config) File "launcher.py", line 47, in load_properties k, v = line.split('=', 1) ValueError: need more than 1 value to unpack

+0

你做了哪些更改爲默認配置? –

+0

我沒有對配置進行任何更改。 – Naveen

+0

在我的configuraiotn下面。協調=真 節點scheduler.include協調員=真 HTTP-server.http.port = 3306 query.max存儲器= 5GB query.max存儲器每節點= 1GB 發現-server.enabled = true discovery.uri = http:// localhost:3306 – Naveen

回答

0

我以前遇到同樣的錯誤。你能檢查你的環境中安裝的Python版本嗎?

launcher.py不適用於Python 3.x.所以我們應該在Presto環境中使用Python 2.x。