You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2016/12/06 08:40:30 UTC

[33/50] ignite git commit: IGNITE-4321 Minor update of README.txt in ignite-cassandra-serializers module.

IGNITE-4321 Minor update of README.txt in ignite-cassandra-serializers module.


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

Branch: refs/heads/ignite-comm-balance-master
Commit: f2d8d078597ee46fef40b07a8d263be0a76d0385
Parents: ca28001
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Wed Nov 30 17:17:36 2016 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Wed Nov 30 17:17:36 2016 +0700

----------------------------------------------------------------------
 modules/cassandra/serializers/README.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/f2d8d078/modules/cassandra/serializers/README.txt
----------------------------------------------------------------------
diff --git a/modules/cassandra/serializers/README.txt b/modules/cassandra/serializers/README.txt
index 01948ec..aaa309f 100644
--- a/modules/cassandra/serializers/README.txt
+++ b/modules/cassandra/serializers/README.txt
@@ -4,9 +4,10 @@ Apache Ignite Cassandra Serializers Module
 Apache Ignite Cassandra Serializers module provides additional serializers to store objects as BLOBs in Cassandra. The
 module could be used as an addition to Ignite Cassandra Store module.
 
-To enable Cassandra Serializers module when starting a standalone node, move 'optional/ignite-cassandra-serializers' folder to
-'libs' folder before running 'ignite.{sh|bat}' script. The content of the module folder will
-be added to classpath in this case.
+To enable Cassandra Serializers module when starting a standalone node, move 'optional/ignite-cassandra-serializers'
+folder to 'libs' folder before running 'ignite.{sh|bat}' script. The content of the module folder will be added to
+classpath in this case. Note, copying folder 'optional/ignite-cassandra-serializers' requires copying
+'optional/ignite-cassandra-store' folder.
 
 Importing Cassandra Serializers Module In Maven Project
 -------------------------------------