add correct %python.sql interpreter name to configuration

This commit is contained in:
Alexander Bezzubov 2016-07-28 18:49:32 +09:00
parent 73f1e48593
commit befeebe795
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
{
"group": "python",
"name": "sql",
"className": "org.apache.zeppelin.python.PythonPandasSqlInterpreter",
"className": "org.apache.zeppelin.python.PythonInterpreterPandasSql",
"properties": { }
}
]

View file

@ -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,"