mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
adding ScaldingInterpreter
This commit is contained in:
parent
5fd1ae44cb
commit
91b0692c0a
1 changed files with 2 additions and 1 deletions
|
|
@ -414,7 +414,8 @@ public class ZeppelinConfiguration extends XMLConfiguration {
|
|||
+ "org.apache.zeppelin.geode.GeodeOqlInterpreter,"
|
||||
+ "org.apache.zeppelin.postgresql.PostgreSqlInterpreter,"
|
||||
+ "org.apache.zeppelin.kylin.KylinInterpreter,"
|
||||
+ "org.apache.zeppelin.elasticsearch.ElasticsearchInterpreter"),
|
||||
+ "org.apache.zeppelin.elasticsearch.ElasticsearchInterpreter",
|
||||
+ "org.apache.zeppelin.scalding.ScaldingInterpreter"),
|
||||
ZEPPELIN_INTERPRETER_DIR("zeppelin.interpreter.dir", "interpreter"),
|
||||
ZEPPELIN_INTERPRETER_CONNECT_TIMEOUT("zeppelin.interpreter.connect.timeout", 30000),
|
||||
ZEPPELIN_ENCODING("zeppelin.encoding", "UTF-8"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue