我上週一直在使用德魯伊,並希望爲某些postAggregations啓用JavaScript。如何啓用德魯伊的Javascript
我想我遵循了概述步驟並更新了../con f/druid/_common/
中的common.runtime.properties
文件以包含druid.javascript.enabled=true
。然後,我停止了當前進程和重新跑了快速啓動程序,但它仍然表示,已禁用JavaScript:
{
"error" : "Unknown exception",
"errorMessage" : "Instantiation of [simple type, class io.druid.query.aggregation.post.JavaScriptPostAggregator] value failed: JavaScript is disabled. (through reference chain: java.util.ArrayList[0])",
"errorClass" : "com.fasterxml.jackson.databind.JsonMappingException",
"host" : null
}
我目前運行它在「快速入門」配置 - 單一的本地機器。任何指針?謝謝!
首先你需要在所有的common.runtime.properties文件中啓用java腳本來包含druid.javascript.enabled = true –
希望它會幫助.. –