mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add correct %python.sql interpreter name to configuration
This commit is contained in:
parent
73f1e48593
commit
befeebe795
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
{
|
||||
"group": "python",
|
||||
"name": "sql",
|
||||
"className": "org.apache.zeppelin.python.PythonPandasSqlInterpreter",
|
||||
"className": "org.apache.zeppelin.python.PythonInterpreterPandasSql",
|
||||
"properties": { }
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -508,7 +508,7 @@ public class ZeppelinConfiguration extends XMLConfiguration {
|
|||
+ "org.apache.zeppelin.postgresql.PostgreSqlInterpreter,"
|
||||
+ "org.apache.zeppelin.flink.FlinkInterpreter,"
|
||||
+ "org.apache.zeppelin.python.PythonInterpreter,"
|
||||
+ "org.apache.zeppelin.python.PythonPandasSqlInterpreter,"
|
||||
+ "org.apache.zeppelin.python.PythonInterpreterPandasSql,"
|
||||
+ "org.apache.zeppelin.ignite.IgniteInterpreter,"
|
||||
+ "org.apache.zeppelin.ignite.IgniteSqlInterpreter,"
|
||||
+ "org.apache.zeppelin.lens.LensInterpreter,"
|
||||
|
|
|
|||
Loading…
Reference in a new issue