Uploaded image for project: 'Chukwa (retired)'
  1. Chukwa (retired)
  2. CHUKWA-600

Cassandra datacollection Writer

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.5.0
    • None
    • Data Collection
    • None

    Description

      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

      Attachments

        1. chukwa_cassandra.tgz
          14 kB
          Adam Denenberg

        Activity

          People

            Unassigned Unassigned
            dberg Adam Denenberg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: