Cassandra datacollection Writer
-------------------------------
Key: CHUKWA-600
URL: https://issues.apache.org/jira/browse/CHUKWA-600
Project: Chukwa
Issue Type: New Feature
Components: data collection
Affects Versions: 0.5.0
Reporter: Adam Denenberg
Priority: Minor
A very rough stab at a Cassandra datacollection writer (attemped copy of the
Hbase one) using the pelops adaptor. To use this, simply tar xvfz
chukwa_cassandra.zip in the root of your cassandra install. Run ant and copy
the collector and core war/jar files. You will also need to add 2 entries to
your configuration for the keyspace and the hostname otherwise the default
Keyspace 'Chukwa_Keyspace' and host 'localhost' will be used.
<property>
<name>cassandra.keyspace</name>
<value>Keyspace1</value>
<description>The name of the keyspace</description>
</property>
<property>
<name>cassandra.cluster.host</name>
<value>localhost</value>
<description>The hostname of the cluster to connect to </description>
</property>
Also, the following jars were used and place into the lib/ directory before
running ant.
apache-cassandra-1.0.0.jar
apache-cassandra-thrift-1.0.0.jar
scale7-pelops-1.3-1.0.x-SNAPSHOT.jar
scale7-core-1.4-SNAPSHOT.jar
slf4j-simple-1.6.3.jar
slf4j-api-1.6.3.jar
commons-pool-1.5.5.jar
libthrift-0.6.jar
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira