You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Ari Rabkin (JIRA)" <ji...@apache.org> on 2012/12/18 04:04:12 UTC

[jira] [Commented] (CHUKWA-600) Cassandra datacollection Writer

    [ https://issues.apache.org/jira/browse/CHUKWA-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13534573#comment-13534573 ] 

Ari Rabkin commented on CHUKWA-600:
-----------------------------------

Hrm. I'm more-or-less willing to commit this as-is, but it would be better if it had tests and/or documentation.  Thoughts, folks?
                
> 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
>         Attachments: chukwa_cassandra.tgz
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira