mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
2.4 KiB
2.4 KiB
| layout | title | description | group |
|---|---|---|---|
| page | SQL with Zeppelin | quickstart |
{% include JB/setup %}
SQL support in Zeppelin
The following guides explain how to use Apache Zeppelin that enables you to write in SQL:
-
provides JDBC Interpreter which allows you can connect any JDBC data sources seamlessly
-
Spark Interpreter supports SparkSQL
-
Flink Interpreter supports Flink SQL
-
Python Interpreter supports pandasSQL
-
can create query result including UI widgets using Dynamic Form
%sql select age, count(1) value from bank where age < ${maxAge=30} group by age order by age
For the further information about SQL support in Zeppelin, please check