hector-examples icon indicating copy to clipboard operation
hector-examples copied to clipboard

Various examples of using the Hector API to access Apache Cassandra

Results 6 hector-examples issues
Sort by recently updated
recently updated
newest added

Bumps commons-io from 1.3.1 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=1.3.1&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.6 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps commons-collections from 3.0 to 3.2.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-collections:commons-collections&package-manager=maven&previous-version=3.0&new-version=3.2.2)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hi, How to paginate back from a 'n' the row key using RangeSlicesQuery ? The data is based on RP and the reverse option on the setRange function seems to...

After running SchemaManipulation this is the output from cassandra-cli (show keyspaces) Keyspace: DynamicKeyspace: Replication Strategy: org.apache.cassandra.locator.SimpleStrategy Durable Writes: true Options: [replication_factor:1] Column Families: ColumnFamily: DynamicCf Key Validation Class: org.apache.cassandra.db.marshal.BytesType Default...

Hi am new to cassandra 0.7. could u able to clear my doubt??? ## This is my code for read a single row public class Read1Column { private static StringSerializer...