This project has retired. For details please refer to its
Attic page.
GoraRecordWriter (Apache Gora 0.6 API)
- java.lang.Object
-
- org.apache.hadoop.mapreduce.RecordWriter<K,T>
-
- org.apache.gora.mapreduce.GoraRecordWriter<K,T>
-
public class GoraRecordWriter<K,T>
extends org.apache.hadoop.mapreduce.RecordWriter<K,T>
Hadoop record writer that flushes the Gora datastore regularly.
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static org.slf4j.Logger |
LOG |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
close(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
void |
write(K key,
T value) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.