Class | Description |
---|---|
CqlConfigHelper | |
CqlInputFormat |
Hadoop InputFormat allowing map/reduce against Cassandra rows within one ColumnFamily.
|
CqlOutputFormat |
The
ColumnFamilyOutputFormat acts as a Hadoop-specific
OutputFormat that allows reduce tasks to store keys (and corresponding
binded variable values) as CQL rows (and respective columns) in a given
ColumnFamily. |
CqlRecordReader |
CqlRecordReader reads the rows return from the CQL query
It uses CQL auto-paging.
|
Copyright © 2014 The Apache Software Foundation