mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add %python.sql to interpreter menue
This commit is contained in:
parent
11ba4902f6
commit
f6ca1eb0de
2 changed files with 7 additions and 0 deletions
|
|
@ -17,5 +17,11 @@
|
|||
"description": "Max number of dataframe rows to display."
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "python",
|
||||
"name": "sql",
|
||||
"className": "org.apache.zeppelin.python.PythonPandasSqlInterpreter",
|
||||
"properties": { }
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -508,6 +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.ignite.IgniteInterpreter,"
|
||||
+ "org.apache.zeppelin.ignite.IgniteSqlInterpreter,"
|
||||
+ "org.apache.zeppelin.lens.LensInterpreter,"
|
||||
|
|
|
|||
Loading…
Reference in a new issue