Add documentation for Druid native query in SQL view of web console (#7381)

* Add docmentation for Druid native query in SQL view of web console

* Edit sentence
This commit is contained in:
Qi Shu 2019-04-02 12:20:51 -07:00 committed by Clint Wylie
parent d2ff3eb199
commit 134f71d1b4
3 changed files with 4 additions and 1 deletions

View File

@ -86,5 +86,8 @@ The data servers tab lets you see the current status of the historical nodes and
The SQL view lets you issue direct DruidSQL queries and display the results as a simple table. Note that despite the name this view also allows you to enter native Druid queries in Hjson format. The SQL view lets you issue direct DruidSQL queries and display the results as a simple table. Note that despite the name this view also allows you to enter native Druid queries in Hjson format.
![sql](./img/09-sql.png) ![sql](./img/09-sql-1.png)
The SQL view issues queries in Druid's native query format, which is JSON over HTTP. To send Druid's native query, you must start your query with { and in the format of JSON.
![sql](./img/10-sql-2.png)

View File

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB