Module: sip-router Branch: master Commit: ff18475e9fd3c6d4da4ca2e85c045fc761eb48e5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ff18475e...
Author: Anca Vamanu anca.vamanu@1and1.ro Committer: Anca Vamanu anca.vamanu@1and1.ro Date: Wed Jan 9 15:44:38 2013 +0200
db_cassandra: updated documentation
- added URLs for Thrift library and Cassandra
---
modules/db_cassandra/README | 7 +++++-- modules/db_cassandra/doc/db_cassandra_admin.xml | 9 +++++++-- 2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/modules/db_cassandra/README b/modules/db_cassandra/README index 5ba9e4b..97df44e 100644 --- a/modules/db_cassandra/README +++ b/modules/db_cassandra/README @@ -142,9 +142,12 @@ default_validation_class='UTF8Type' and key_validation_class='UTF8Type';
The following libraries or applications must be installed before running SIP Router with this module loaded: - * Thrift library version 0.6.1 . + * Thrift library (tested with version 0.6.1 and version 0.7.0). You + can download it from http://archive.apache.org/dist/thrift .
- The implementation was tested with Cassandra version 1.0.1 . + The implementation was tested with Cassandra version 1.0.1 and version + 1.1.6. I used the sourced from DataStax Community Edition + (http://www.datastax.com/download/community).
3. Parameters
diff --git a/modules/db_cassandra/doc/db_cassandra_admin.xml b/modules/db_cassandra/doc/db_cassandra_admin.xml index 0a05914..d52c907 100644 --- a/modules/db_cassandra/doc/db_cassandra_admin.xml +++ b/modules/db_cassandra/doc/db_cassandra_admin.xml @@ -122,12 +122,17 @@ default_validation_class='UTF8Type' and key_validation_class='UTF8Type'; <itemizedlist> <listitem> <para> - <emphasis>Thrift library</emphasis> version 0.6.1 . + <emphasis>Thrift library</emphasis> + (tested with version 0.6.1 and version 0.7.0). + You can download it from http://archive.apache.org/dist/thrift . </para> </listitem> </itemizedlist> </para> - <para> The implementation was tested with Cassandra version 1.0.1 .</para> + <para> The implementation was tested with Cassandra version 1.0.1 + and version 1.1.6. I used the sourced from DataStax Community + Edition (http://www.datastax.com/download/community). + </para> </section> </section>