This is an automated email from the ASF dual-hosted git repository.
fjy pushed a commit to branch 0.15.0-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
The following commit(s) were added to refs/heads/0.15.0-incubating by this push:
new e0ea82e minor web console doc fixes (#7668) (#7688)
e0ea82e is described below
commit e0ea82ef8c4de9fb7fed8e294276f305c7e0c673
Author: Jonathan Wei <[email protected]>
AuthorDate: Fri May 17 16:57:05 2019 -0700
minor web console doc fixes (#7668) (#7688)
---
docs/content/operations/druid-console.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/content/operations/druid-console.md
b/docs/content/operations/druid-console.md
index 9aa36fa..c8b0696 100644
--- a/docs/content/operations/druid-console.md
+++ b/docs/content/operations/druid-console.md
@@ -41,7 +41,7 @@ Below is a description of the high-level features and
functionality of the Druid
## Home
-The home view provide a high level overview of the cluster. Each card is
clickable and links to the appropriate view. The legacy menu allows you to go
to the [legacy coordinator and overlord
consoles](./management-uis.html#legacy-consoles) should you need them.
+The home view provides a high level overview of the cluster. Each card is
clickable and links to the appropriate view. The legacy menu allows you to go
to the [legacy coordinator and overlord
consoles](./management-uis.html#legacy-consoles) should you need them.

@@ -68,11 +68,11 @@ The task view is also the home of supervisors. From this
view you can check the

-The tasks table let’s you see the currently running and recently completed
tasks. From this table you can monitor individual tasks and also submit new
tasks by entering their JSON spec.
+The tasks table allows you see the currently running and recently completed
tasks. From this table you can monitor individual tasks and also submit new
tasks by entering their JSON spec.

-Since there will likely be a lot of tasks you can group the tasks by their
type, datasource, or status to make navigation easier.
+Since there will likely be a lot of tasks, you can group the tasks by their
type, datasource, or status to make navigation easier.

@@ -84,10 +84,10 @@ The data servers tab lets you see the current status of the
historical nodes and
## SQL
-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.

-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.
+The SQL view can also issue queries in Druid's native query format, which is
JSON over HTTP. To send a native Druid query, you must start your query with {
and in the format of JSON.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]