Add %python.sql to interpreter menue

This commit is contained in:
Alexander Bezzubov 2016-07-08 12:55:27 +09:00
parent 11ba4902f6
commit f6ca1eb0de
2 changed files with 7 additions and 0 deletions

View file

@ -17,5 +17,11 @@
"description": "Max number of dataframe rows to display."
}
}
},
{
"group": "python",
"name": "sql",
"className": "org.apache.zeppelin.python.PythonPandasSqlInterpreter",
"properties": { }
}
]

View file

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