Author: jbellis
Date: Wed Jul 7 15:49:59 2010
New Revision: 961417
URL: http://svn.apache.org/viewvc?rev=961417&view=rev
Log:
r/m one more reference to no-longer-existing OutputFormat.slicePredicate.
patch by jbellis
Modified:
cassandra/trunk/src/java/org/apache/cassandra/hadoop/ColumnFamilyOutputFormat.java
Modified:
cassandra/trunk/src/java/org/apache/cassandra/hadoop/ColumnFamilyOutputFormat.java
URL:
http://svn.apache.org/viewvc/cassandra/trunk/src/java/org/apache/cassandra/hadoop/ColumnFamilyOutputFormat.java?rev=961417&r1=961416&r2=961417&view=diff
==============================================================================
---
cassandra/trunk/src/java/org/apache/cassandra/hadoop/ColumnFamilyOutputFormat.java
(original)
+++
cassandra/trunk/src/java/org/apache/cassandra/hadoop/ColumnFamilyOutputFormat.java
Wed Jul 7 15:49:59 2010
@@ -56,7 +56,7 @@ import org.slf4j.LoggerFactory;
*
* <p>
* As is the case with the {...@link ColumnFamilyInputFormat}, you need to set
the
- * CF and predicate (description of columns to extract from each row) in your
+ * Keyspace and ColumnFamily in your
* Hadoop job Configuration. The {...@link ConfigHelper} class, through its
* {...@link ConfigHelper#setOutputColumnFamily} method, is provided to make
this
* simple.
@@ -68,8 +68,6 @@ import org.slf4j.LoggerFactory;
* reduce's inputs (in a task-specific map). When the writer is closed, then it
* makes the changes official by sending a batch mutate request to Cassandra.
* </p>
- *
- * @author Karthick Sankarachary
*/
public class ColumnFamilyOutputFormat extends
OutputFormat<byte[],List<IColumn>>
{