You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/04/02 19:20:59 UTC

[incubator-druid] branch master updated: Add documentation for Druid native query in SQL view of web console (#7381)

This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 134f71d  Add documentation for Druid native query in SQL view of web console (#7381)
134f71d is described below

commit 134f71d1b491ff362fc17691cf0d0b7dbb3efeea
Author: Qi Shu <sh...@gmail.com>
AuthorDate: Tue Apr 2 12:20:51 2019 -0700

    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
---
 docs/content/operations/druid-console.md               |   5 ++++-
 .../operations/img/{09-sql.png => 09-sql-1.png}        | Bin
 docs/content/operations/img/10-sql-2.png               | Bin 0 -> 179193 bytes
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/content/operations/druid-console.md b/docs/content/operations/druid-console.md
index a6e4a90..f02437e 100644
--- a/docs/content/operations/druid-console.md
+++ b/docs/content/operations/druid-console.md
@@ -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.
 
-![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)
diff --git a/docs/content/operations/img/09-sql.png b/docs/content/operations/img/09-sql-1.png
similarity index 100%
rename from docs/content/operations/img/09-sql.png
rename to docs/content/operations/img/09-sql-1.png
diff --git a/docs/content/operations/img/10-sql-2.png b/docs/content/operations/img/10-sql-2.png
new file mode 100644
index 0000000..e0980ab
Binary files /dev/null and b/docs/content/operations/img/10-sql-2.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org