Repository: ignite Updated Branches: refs/heads/ignite-843-rc2 7dc051742 -> fa9482bb6
IGNITE-843 Minor readme fixes. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6d1c9884 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6d1c9884 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/6d1c9884 Branch: refs/heads/ignite-843-rc2 Commit: 6d1c9884032d0235e3933c91dad7f3722edcd86c Parents: 51ffdfd Author: Alexey Kuznetsov <[email protected]> Authored: Tue Feb 9 10:40:43 2016 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Tue Feb 9 10:40:43 2016 +0700 ---------------------------------------------------------------------- modules/control-center-agent/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/6d1c9884/modules/control-center-agent/README.txt ---------------------------------------------------------------------- diff --git a/modules/control-center-agent/README.txt b/modules/control-center-agent/README.txt index 1d62f68..4f5833a 100644 --- a/modules/control-center-agent/README.txt +++ b/modules/control-center-agent/README.txt @@ -29,8 +29,8 @@ Demo of Ignite Web Agent: 2) Demo for SQL. How to evaluate: In this mode internal Ignite node will be started. Cache created and populated with data. - 2.1) Go to Ignite Web Console "SQL" menu and select "SQL demo" menu item. - 2.2) "SQL demo" notebook contains preconfigured queries: "Simple query", "Query with aggregates", "Query with refresh rate". + 2.1) Go to Ignite Web Console "SQL" menu and select "Demo" menu item. + 2.2) "Demo" notebook contains preconfigured queries: "Simple query", "Query with aggregates", "Query with refresh rate". 2.3) You can also execute any SQL queries for tables: "Country, Department, Employee", "Parking, Car". For example:
