Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 9642b59ab -> 3a1c1529d


IGNITE-843: Minor changes to documentation.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/98cadbfe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/98cadbfe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/98cadbfe

Branch: refs/heads/ignite-843
Commit: 98cadbfef664b86e1a170291e4015a198e4e0013
Parents: 9642b59
Author: AKuznetsov <akuznet...@gridgain.com>
Authored: Fri Aug 14 18:25:32 2015 +0700
Committer: AKuznetsov <akuznet...@gridgain.com>
Committed: Fri Aug 14 18:25:32 2015 +0700

----------------------------------------------------------------------
 modules/control-center-agent/README.txt              | 8 ++++----
 modules/control-center-agent/jdbc-drivers/README.txt | 7 ++++---
 2 files changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/98cadbfe/modules/control-center-agent/README.txt
----------------------------------------------------------------------
diff --git a/modules/control-center-agent/README.txt 
b/modules/control-center-agent/README.txt
index 410b366..3712cbd 100644
--- a/modules/control-center-agent/README.txt
+++ b/modules/control-center-agent/README.txt
@@ -1,9 +1,9 @@
 Ignite Control Center Agent
 ======================================
-Ignite Control Center Agent is a java standalone application that allow to 
connect grid to Ignite Web Control Center.
-Control Center Agent communicates with grid nodes via REST interface and 
connects to Web Control Center via web-socket.
+Ignite Control Center Agent is a java standalone application that allow to 
connect Ignite Grid to Ignite Web Control Center.
+Ignite Control Center Agent communicates with grid nodes via REST interface 
and connects to Ignite Web Control Center via web-socket.
 
-Two main functions of Control Center Agent:
+Two main functions of Ignite Control Center Agent:
  1. Proxy between Ignite Web Control Center and Ignite Grid to execute SQL 
statements and collect metrics for monitoring.
     You may need to specify URI for connect to Ignite REST server via "-n" 
option.
 
@@ -39,7 +39,7 @@ Options:
        Default: "./jdbc-drivers".
 
     -l, --login
-       User's login (email) on Web Control Center.
+       User's login (email) on Ignite Web Control Center.
 
     -n, --nodeUri
        URI for connect to Ignite REST server, for example: 
"http://localhost:8080";.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/98cadbfe/modules/control-center-agent/jdbc-drivers/README.txt
----------------------------------------------------------------------
diff --git a/modules/control-center-agent/jdbc-drivers/README.txt 
b/modules/control-center-agent/jdbc-drivers/README.txt
index 5148c9d..fa2923d 100644
--- a/modules/control-center-agent/jdbc-drivers/README.txt
+++ b/modules/control-center-agent/jdbc-drivers/README.txt
@@ -1,9 +1,10 @@
 Ignite Control Center Agent
 ======================================
 
+If you are are planning to load cache type metadata from your existing 
databases
+you need to copy JDBC drivers in this folder.
+
 This is default folder for JDBC drivers.
-You could specify custom folder using option: -drv 
CUSTOM_PATH_TO_FOLDER_WITH_JDBC_DRIVERS
 
-Copy JDBC drivers for your databases in this folder.
+Also, you could specify custom folder using option: "-drv 
CUSTOM_PATH_TO_FOLDER_WITH_JDBC_DRIVERS".
 
-Note, you need to copy JDBC drivers if you are planning to load cache type 
metadata from your existing databases.

Reply via email to